From 88ae6c1cb2398ec681757783c11f779f7af312f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sun, 18 Feb 2024 15:46:04 +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 8e80560..4d0a2d5 100644 --- a/server/app.py +++ b/server/app.py @@ -131,6 +131,7 @@ def mqtt_publisher(ti_receiver): dmxPacket = artNetPacket.data # Create MQTT topic based on the universe and channel if tube_index is not None: + print(tube_index) for index_row in tube_index: if artNetPacket.universe == int(index_row[1]): dmx_address = int(index_row[2])