From eaa557446219ca7760036075ffb9f5de16b54afc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 17 Feb 2024 16:20:06 +0100 Subject: [PATCH] added 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 62e0674..533dba8 100644 --- a/server/app.py +++ b/server/app.py @@ -125,6 +125,7 @@ def update_tube_index(): def mqtt_publisher(): global TUBE_INDEX + print(TUBE_INDEX) # Create and start a thread for each universe mqtt_client = connect_mqtt() artnetBindIp = get_eth0_ip()