disabled turbo mode

This commit is contained in:
Sakimori 2021-06-30 17:37:54 -04:00
parent bdc6841826
commit 4f93094558

View file

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