removed lseeper

Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
Ebbe Baß
2024-02-16 00:40:49 +01:00
parent 2738acff07
commit 41aa327a11
+1 -3
View File
@@ -130,9 +130,7 @@ def start_mqtt_publishers():
# Publish the DMX value to the MQTT topic
mqtt_client.publish(topic, str(dmxPacket[i-1]))
except KeyboardInterrupt:
break
time.sleep(0.001)
break
except Exception as e:
print(e)
except KeyboardInterrupt: