From 866773be75fe52f1716c84201d27d7f004ca8f24 Mon Sep 17 00:00:00 2001 From: Sakimori Date: Thu, 31 Dec 2020 04:03:16 -0500 Subject: [PATCH] changed delay back to 6 seconds --- main_controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_controller.py b/main_controller.py index 0d92549..095d7be 100644 --- a/main_controller.py +++ b/main_controller.py @@ -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) \ No newline at end of file + time.sleep(6)