From 826641b0cea973fda2875eb60ee3ca06be386cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sun, 18 Feb 2024 00:45:16 +0100 Subject: [PATCH] added some debugging 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 e64b452..dafcd2f 100644 --- a/server/app.py +++ b/server/app.py @@ -148,7 +148,7 @@ def tube_index_updater(data_queue): tube_index = cur.fetchall() cur.close() data_queue.put(tube_index) - + print("Updated tube index with values: "+str(tube_index)) except Exception as e: print(e) time.sleep(5)