From 0102a7dc24a16cb946b401e9f7bea7af762364a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 17 Feb 2024 15:23:15 +0100 Subject: [PATCH] added 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 329cbd5..0cf9c7a 100644 --- a/client/main.py +++ b/client/main.py @@ -64,8 +64,8 @@ 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) - # strip.show() if __name__ == "__main__": # Connect to Wi-Fi