Updated fix_services.py

Updated pwnagotchi

Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
This commit is contained in:
jayofelony
2024-06-06 13:41:19 +02:00
parent 4e1f08f6a8
commit 1614d1f94d
2 changed files with 2 additions and 29 deletions

View File

@ -60,7 +60,7 @@ def pwnagotchi_cli():
channels = agent.get_access_points_by_channel()
# for each channel
for ch, aps in channels:
time.sleep(0.2)
time.sleep(0.5)
agent.set_channel(ch)
if not agent.is_stale() and agent.any_activity():