removed lseeper

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-16 00:40:49 +01:00
parent 2738acff07
commit 41aa327a11
1 changed files with 1 additions and 3 deletions

View File

@ -131,8 +131,6 @@ def start_mqtt_publishers():
mqtt_client.publish(topic, str(dmxPacket[i-1]))
except KeyboardInterrupt:
break
time.sleep(0.001)
except Exception as e:
print(e)
except KeyboardInterrupt: