screensaver stop bug fixed

This commit is contained in:
Neythen Treloar 2022-04-10 13:17:47 +01:00
parent d07f7fa699
commit 6d6e76d38b

View File

@ -295,9 +295,10 @@ def stop():
global professional
global ticker_stopped
ticker.sendline('K')
if not displaying_screensaver:
ticker.sendline('K')
time.sleep(0.1) # give time for leds to turn off
ticker.close()
else: