fix: throttled manual mode grid connections to avoid rate limits
This commit is contained in:
parent
2beef33251
commit
ab9ddb4513
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user