diff --git a/main.py b/main.py index be8dad8..894aa80 100644 --- a/main.py +++ b/main.py @@ -117,7 +117,7 @@ if __name__ == '__main__': while True: if power == "True": if mode == 0: - rainbowCycle(client, strip) + rainbowCycle(strip) animation_r = 255 animation_g = 0 animation_b = 0