parent
5e82c0a976
commit
d326fd6cd8
|
@ -124,6 +124,7 @@ def start_mqtt_publishers(universe_count):
|
|||
while True:
|
||||
try:
|
||||
for universe in universe_list:
|
||||
universe = universe - 1
|
||||
# Gets whatever the last Art-Net packet we received is
|
||||
artNetPacket = artNet.readPacket()
|
||||
# Make sure we actually *have* a packet
|
||||
|
|
Loading…
Reference in New Issue