changed delay back to 6 seconds
This commit is contained in:
parent
5e51648484
commit
866773be75
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user