added another exception
Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
@@ -144,6 +144,8 @@ def start_mqtt_publishers(universe_count):
|
|||||||
# Lists in python start at 0,
|
# Lists in python start at 0,
|
||||||
print(dmxPacket[i-1], end=" ")
|
print(dmxPacket[i-1], end=" ")
|
||||||
|
|
||||||
|
except Exception as e:
|
||||||
|
print(f"Error in universes {universe_list}: {e}")
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
break
|
break
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|||||||
Reference in New Issue
Block a user