print TUBE_INDEX

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-17 16:42:14 +01:00
parent 28d8a50dbe
commit bcfba3738c
1 changed files with 1 additions and 0 deletions

View File

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