mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
fix: throttled manual mode grid connections to avoid rate limits
This commit is contained in:
@ -66,7 +66,7 @@ if __name__ == '__main__':
|
||||
display.on_manual_mode(agent.last_session)
|
||||
|
||||
while True:
|
||||
time.sleep(1)
|
||||
time.sleep(5)
|
||||
if grid.is_connected():
|
||||
plugins.on('internet_available', agent)
|
||||
|
||||
|
Reference in New Issue
Block a user