diff --git a/main.py b/main.py index 38fc7cf..f414ac5 100644 --- a/main.py +++ b/main.py @@ -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':