From 03b2c6321fe2281ade82b609c70314b4ce988e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 17 Feb 2024 04:09:32 +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 e1942e2..dee1b09 100644 --- a/server/app.py +++ b/server/app.py @@ -165,7 +165,6 @@ def start_mqtt_publishers(): p6_topic = "tube-"+str(row[0])+"/p6" # Publish pixel topic - print(str([p1_r, p1_g, p1_b])) mqtt_client.publish(p1_topic, str([p1_r, p1_g, p1_b])) mqtt_client.publish(p2_topic, str([p2_r, p2_g, p2_b])) mqtt_client.publish(p3_topic, str([p3_r, p3_g, p3_b]))