From da667c9ae21d1bf7e3b8f29625d0dce0e1794876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Thu, 28 Apr 2022 16:48:23 +0200 Subject: [PATCH] remvoed internet check MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 3329dda..5d3c51c 100644 --- a/main.py +++ b/main.py @@ -126,4 +126,4 @@ if __name__ == '__main__': time.sleep(1) except KeyboardInterrupt: setColor(strip, Color(0,0,0)) - GPIO.cleanup() \ No newline at end of file + GPIO.cleanup()