removed dumb mistake

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-14 22:01:45 +01:00
parent 4430840f71
commit d08a8f5420
1 changed files with 1 additions and 1 deletions

View File

@ -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