From 697774c53792b4c07d40ea9cd43e762368ad1bf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 17 Feb 2024 00:30:18 +0100 Subject: [PATCH] removed debug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- server/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/server/app.py b/server/app.py index a7ea3ee..2a6a83a 100644 --- a/server/app.py +++ b/server/app.py @@ -126,7 +126,6 @@ def start_mqtt_publishers(): topic = "PiXelTubes/"+str(artNetPacket.universe) # Publish the DMX value to the MQTT topic - print(str(dmxPacket)) mqtt_client.publish(topic, str(dmxPacket)) except KeyboardInterrupt: artNet.close()