screensaver stop bug fixed
This commit is contained in:
@@ -295,9 +295,10 @@ def stop():
|
|||||||
global professional
|
global professional
|
||||||
global ticker_stopped
|
global ticker_stopped
|
||||||
|
|
||||||
ticker.sendline('K')
|
|
||||||
|
|
||||||
if not displaying_screensaver:
|
if not displaying_screensaver:
|
||||||
|
ticker.sendline('K')
|
||||||
time.sleep(0.1) # give time for leds to turn off
|
time.sleep(0.1) # give time for leds to turn off
|
||||||
ticker.close()
|
ticker.close()
|
||||||
else:
|
else:
|
||||||
|
Reference in New Issue
Block a user