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