From fdc986036341c222c7e2fd6aa4272debc9ae79b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 2 Jul 2022 10:10:04 +0200 Subject: [PATCH] bruh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 733a7fc..d1296dd 100644 --- a/main.py +++ b/main.py @@ -117,7 +117,7 @@ if __name__ == '__main__': while True: if power == "True": if mode == 0: - rainbowCycle(strip) + rainbowCycle(client, strip) elif mode == 1: setColor(strip, Color(int(r), int(g), int(b)))