From d781198fb6b3f44320daf8e1f9d0ebf5d7ca8c4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 17 Feb 2024 16:17:56 +0100 Subject: [PATCH] removed global print MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- client/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/client/main.py b/client/main.py index 848b8e4..fc8f7f5 100644 --- a/client/main.py +++ b/client/main.py @@ -59,7 +59,6 @@ def update_led_strip(rgb_values, pixel, strip): def on_message(mqttc, obj, msg): global rgb_values_list rgb_values_list = eval(msg.payload.decode()) - print(rgb_values_list) if __name__ == "__main__": # Connect to Wi-Fi