mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2026-07-28 22:40:53 -07:00
Merge pull request #239 from Sniffleupagus/patch-4
Add session stats reporting to AUTO mode
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user