mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Add session stats reporting to AUTO mode
add MANU session stats to AUTO mode, too Signed-off-by: Sniffleupagus <129890632+Sniffleupagus@users.noreply.github.com>
This commit is contained in:
@ -48,6 +48,7 @@ def pwnagotchi_cli():
|
|||||||
logging.info("entering auto mode ...")
|
logging.info("entering auto mode ...")
|
||||||
|
|
||||||
agent.mode = 'auto'
|
agent.mode = 'auto'
|
||||||
|
agent.last_session.parse(agent.view(), args.skip_session) # show stats in AUTO
|
||||||
agent.start()
|
agent.start()
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
|
Reference in New Issue
Block a user