removed old debug

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-14 22:12:24 +01:00
parent 79bc7c38e6
commit 4342abce41
1 changed files with 1 additions and 1 deletions

View File

@ -125,8 +125,8 @@ def start_mqtt_publishers(universe_count):
if artNetPacket is not None and artNetPacket.data is not None:
#Checks to see if the current packet is for the specified DMX Universe
dmxPacket = artNetPacket.data
print(str(dmxPacket))
for i in range(512):
print(str(i))
try:
# Create MQTT topic based on the universe and channel
topic = f"{str(artNetPacket.universe)}/{str(i)}"