mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Update __init__.py
This commit is contained in:
@ -13,6 +13,7 @@ def load(config, agent, epoch, from_disk=True):
|
||||
return False
|
||||
|
||||
try:
|
||||
begin = time.time()
|
||||
logging.info("[ai] bootstrapping dependencies ...")
|
||||
|
||||
start = time.time()
|
||||
@ -79,4 +80,4 @@ def load(config, agent, epoch, from_disk=True):
|
||||
logging.exception("error while starting AI (%s)", e)
|
||||
|
||||
logging.warning("[ai] AI not loaded!")
|
||||
return False
|
||||
return False
|
||||
|
Reference in New Issue
Block a user