changed delay back to 6 seconds

This commit is contained in:
Sakimori 2020-12-31 04:03:16 -05:00 committed by GitHub
parent 5e51648484
commit 866773be75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,4 +124,4 @@ def update_loop():
global last_update
last_update = states_to_send
socketio.emit("states_update", states_to_send)
time.sleep(3)
time.sleep(6)