parent
4430840f71
commit
d08a8f5420
|
@ -124,7 +124,7 @@ def start_mqtt_publishers(universe_count):
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
# for universe in range(universe_count):
|
# for universe in range(universe_count):
|
||||||
universe = universe - 1
|
# universe = universe - 1
|
||||||
# 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()
|
||||||
# Make sure we actually *have* a packet
|
# Make sure we actually *have* a packet
|
||||||
|
|
Loading…
Reference in New Issue