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