parent
c4fccc8ba2
commit
9c413aca20
|
@ -130,7 +130,6 @@ def mqtt_publisher(ti_queue):
|
||||||
artNetPacket = artNet.readPacket()
|
artNetPacket = artNet.readPacket()
|
||||||
# Make sure we actually *have* a packet
|
# Make sure we actually *have* a packet
|
||||||
if artNetPacket is not None:
|
if artNetPacket is not None:
|
||||||
print(artNetPacket.data)
|
|
||||||
if tube_index is not None:
|
if tube_index is not None:
|
||||||
for index_row in tube_index:
|
for index_row in tube_index:
|
||||||
if artNetPacket.universe == int(index_row[1]):
|
if artNetPacket.universe == int(index_row[1]):
|
||||||
|
|
Loading…
Reference in New Issue