Merge remote-tracking branch 'origin/noai' into noai

This commit is contained in:
jayofelony
2024-12-04 08:07:38 +01:00

View File

@ -48,6 +48,7 @@ def pwnagotchi_cli():
logging.info("entering auto mode ...")
agent.mode = 'auto'
agent.last_session.parse(agent.view(), args.skip_session) # show stats in AUTO
agent.start()
while True: