diff --git a/server/app.py b/server/app.py index 8f955d1..15ba2d1 100644 --- a/server/app.py +++ b/server/app.py @@ -124,8 +124,8 @@ def start_mqtt_publishers(universe_count): # Make sure we actually *have* a packet if artNetPacket is not None and artNetPacket.data is not None: #Checks to see if the current packet is for the specified DMX Universe - print(artNetPacket.universe) dmxPacket = artNetPacket.data + print(str(dmxPacket)) try: for i in range(512): # Create MQTT topic based on the universe and channel