From daa21eaee8868e4d93a3942ab307a35a4346bfc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Tue, 9 Nov 2021 19:01:18 +0100 Subject: [PATCH] Update main.py --- main.py | 1 + 1 file changed, 1 insertion(+) 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':