From f3ac417be428b83b5b79287dee73a45186684168 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 17 Feb 2024 15:38:00 +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 deletions(-) diff --git a/client/main.py b/client/main.py index 5035794..ddc2432 100644 --- a/client/main.py +++ b/client/main.py @@ -105,6 +105,4 @@ 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