Merge pull request #239 from Sniffleupagus/patch-4

Add session stats reporting to AUTO mode
This commit is contained in:
Jayofelony
2024-12-04 07:52:12 +01:00
committed by GitHub

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: