fix: throttled manual mode grid connections to avoid rate limits

This commit is contained in:
Simone Margaritelli 2019-10-24 12:24:38 +02:00
parent 2beef33251
commit ab9ddb4513

View File

@ -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)