added breake
Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
+3
-1
@@ -118,6 +118,7 @@ def mqtt_publisher(universe, artnetPacket):
|
||||
mqtt_client = connect_mqtt()
|
||||
try:
|
||||
while True:
|
||||
try:
|
||||
if artnetPacket is not None and artnetPacket.data is not None:
|
||||
if artnetPacket.universe == universe:
|
||||
dmxPacket = artnetPacket.data
|
||||
@@ -129,7 +130,8 @@ def mqtt_publisher(universe, artnetPacket):
|
||||
# # Publish the DMX value to the MQTT topic
|
||||
# mqtt_client.publish(topic, value)
|
||||
print(dmxPacket[i-1], end=" ")
|
||||
|
||||
except KeyboardInterrupt:
|
||||
break
|
||||
except Exception as e:
|
||||
print(f"Error in universe {universe}: {e}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user