removed debugger

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-14 03:00:06 +01:00
parent 3cd17361e6
commit 7ab0074933
1 changed files with 1 additions and 3 deletions

View File

@ -144,8 +144,6 @@ def start_mqtt_publishers(universe_count):
# Lists in python start at 0, # Lists in python start at 0,
print(dmxPacket[i-1], end=" ") print(dmxPacket[i-1], end=" ")
else:
print("No data found in packet for universes: "+str(universe_list))
except KeyboardInterrupt: except KeyboardInterrupt:
break break
except Exception as e: except Exception as e: