added another exception

Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
Ebbe Baß
2024-02-14 19:23:23 +01:00
parent 7ab0074933
commit 04372d1f2b
+2
View File
@@ -144,6 +144,8 @@ def start_mqtt_publishers(universe_count):
# Lists in python start at 0,
print(dmxPacket[i-1], end=" ")
except Exception as e:
print(f"Error in universes {universe_list}: {e}")
except KeyboardInterrupt:
break
except Exception as e: