parent
28d8a50dbe
commit
bcfba3738c
|
@ -119,6 +119,7 @@ def mqtt_publisher():
|
||||||
cur.execute("SELECT universe, dmx_address FROM tubes")
|
cur.execute("SELECT universe, dmx_address FROM tubes")
|
||||||
TUBE_INDEX = cur.fetchall()
|
TUBE_INDEX = cur.fetchall()
|
||||||
cur.close()
|
cur.close()
|
||||||
|
print(TUBE_INDEX)
|
||||||
try:
|
try:
|
||||||
# Gets whatever the last Art-Net packet we received is
|
# Gets whatever the last Art-Net packet we received is
|
||||||
artNetPacket = artNet.readPacket()
|
artNetPacket = artNet.readPacket()
|
||||||
|
|
Loading…
Reference in New Issue