parent
3cd17361e6
commit
7ab0074933
|
@ -144,8 +144,6 @@ def start_mqtt_publishers(universe_count):
|
|||
# Lists in python start at 0,
|
||||
print(dmxPacket[i-1], end=" ")
|
||||
|
||||
else:
|
||||
print("No data found in packet for universes: "+str(universe_list))
|
||||
except KeyboardInterrupt:
|
||||
break
|
||||
except Exception as e:
|
||||
|
|
Loading…
Reference in New Issue