From aa7f9a62c76138ebfa41fa0f31ce5f74d4781b2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 17 Feb 2024 16:07:45 +0100 Subject: [PATCH] debug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- client/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.py b/client/main.py index 689d47a..848b8e4 100644 --- a/client/main.py +++ b/client/main.py @@ -59,7 +59,7 @@ 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