next test

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-14 21:46:42 +01:00
parent 5e82c0a976
commit d326fd6cd8
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ def start_mqtt_publishers(universe_count):
while True: while True:
try: try:
for universe in universe_list: for universe in universe_list:
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