disabled turbo mode
This commit is contained in:
parent
bdc6841826
commit
4f93094558
|
@ -260,4 +260,4 @@ def update_loop():
|
|||
socket_thread = threading.Thread(target=socketio.emit, args=("states_update", game_states))
|
||||
socket_thread.start()
|
||||
#socketio.emit("states_update", game_states)
|
||||
time.sleep(3)
|
||||
time.sleep(8)
|
Loading…
Reference in a new issue