Signed-off-by: Ebbe Baß <ebbe@ping-mee.de>
master
Ebbe Baß 2022-07-02 10:10:04 +02:00
parent 2ff5daa669
commit fdc9860363
1 changed files with 1 additions and 1 deletions

View File

@ -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)))