From 8f82d17c089ea0085f6e57b42cd46dee56cb2f59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Tue, 20 Feb 2024 16:37:35 +0100 Subject: [PATCH] removed 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 16951dc..88cea6b 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