mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
@ -22,7 +22,7 @@ def on_loaded():
|
|||||||
def on_internet_available(ui, keypair, config, log):
|
def on_internet_available(ui, keypair, config, log):
|
||||||
global STATUS
|
global STATUS
|
||||||
|
|
||||||
if STATUS.newer_then_minutes(10):
|
if STATUS.newer_then_minutes(25):
|
||||||
return
|
return
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Reference in New Issue
Block a user