From 4f930945588cdd388790fbe03d1c7930401bd1a3 Mon Sep 17 00:00:00 2001 From: Sakimori Date: Wed, 30 Jun 2021 17:37:54 -0400 Subject: [PATCH] disabled turbo mode --- main_controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_controller.py b/main_controller.py index 2cf6db1..368b2b7 100644 --- a/main_controller.py +++ b/main_controller.py @@ -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) \ No newline at end of file + time.sleep(8) \ No newline at end of file