removed debug

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-17 00:30:18 +01:00
parent ecb6493bbf
commit 697774c537
1 changed files with 0 additions and 1 deletions

View File

@ -126,7 +126,6 @@ def start_mqtt_publishers():
topic = "PiXelTubes/"+str(artNetPacket.universe)
# Publish the DMX value to the MQTT topic
print(str(dmxPacket))
mqtt_client.publish(topic, str(dmxPacket))
except KeyboardInterrupt:
artNet.close()