From 855ab6adf0bb74b118ea3bed7b6086491660f2e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 17 Feb 2024 15:42:48 +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, 2 insertions(+) diff --git a/client/main.py b/client/main.py index ddc2432..5035794 100644 --- a/client/main.py +++ b/client/main.py @@ -105,4 +105,6 @@ if __name__ == "__main__": print("") for pixel in range(LEDS_PER_PIXEL*5, LEDS_PER_PIXEL*6): update_led_strip(tuple(eval(rgb_values_list[5])), pixel, strip) + print(pixel) + print("") time.sleep(1) \ No newline at end of file