print tube_index
Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
@@ -118,6 +118,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()
|
||||
|
||||
Reference in New Issue
Block a user