From f0e4bde57a3a81ccd3b9c4691aff99b6dcc43cd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 17 Feb 2024 15:55:05 +0100 Subject: [PATCH] fixed debug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- server/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/app.py b/server/app.py index c1e18e0..8c91ab8 100644 --- a/server/app.py +++ b/server/app.py @@ -115,8 +115,8 @@ def update_tube_index(): global result result = cur.fetchall() cur.close() - time.sleep(10) print("Updated index: "+str(result)) + time.sleep(10) def start_mqtt_publishers(): # Create and start a thread for each universe