removed debugger
Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
@@ -144,8 +144,6 @@ 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=" ")
|
||||||
|
|
||||||
else:
|
|
||||||
print("No data found in packet for universes: "+str(universe_list))
|
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
break
|
break
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|||||||
Reference in New Issue
Block a user