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()