From bcfba3738ca96ef8273104e709369b6436d50120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 17 Feb 2024 16:42:14 +0100 Subject: [PATCH] print TUBE_INDEX 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 26a7483..42aed56 100644 --- a/server/app.py +++ b/server/app.py @@ -119,6 +119,7 @@ def mqtt_publisher(): cur.execute("SELECT universe, dmx_address FROM tubes") TUBE_INDEX = cur.fetchall() cur.close() + print(TUBE_INDEX) try: # Gets whatever the last Art-Net packet we received is artNetPacket = artNet.readPacket()