removed client from rainbowCycle

Signed-off-by: Ebbe Baß <ebbe@ping-mee.de>
master
Ebbe Baß 2022-07-02 10:19:38 +02:00
parent 5f8ab10325
commit 5024761a27
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ if __name__ == '__main__':
while True: while True:
if power == "True": if power == "True":
if mode == 0: if mode == 0:
rainbowCycle(client, strip) rainbowCycle(strip)
animation_r = 255 animation_r = 255
animation_g = 0 animation_g = 0
animation_b = 0 animation_b = 0