Update main.py

master
Ebbe Baß 2021-11-09 19:01:18 +01:00
parent 7f64d6e218
commit daa21eaee8
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ if __name__ == '__main__':
if check_internet() == False:
blink(strip, Color(255,0,0), Color(255,255,255))
else:
print(idle_mode)
if idle_mode == '1':
rainbowCycle(strip)
elif idle_mode == '2':