From 970350d47f4a11235bcf0c619eb498a3bee0b97c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Tue, 20 Feb 2024 16:35:15 +0100 Subject: [PATCH] test 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 insertion(+) diff --git a/client/main.py b/client/main.py index 88cea6b..16951dc 100644 --- a/client/main.py +++ b/client/main.py @@ -59,6 +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