Small fix - RSS in standby.

This commit is contained in:
Pecusx
2017-01-06 16:26:44 +01:00
committed by GitHub
parent b85e4d3818
commit 389cc5c369
+3 -1
View File
@@ -257,6 +257,9 @@ class MyDaemon(Daemon):
toggleScrolling = True
if display_mode == radio.MODE_SLEEP:
if config.rss:
time.sleep(0.1)
else:
time.sleep(1)
else:
time.sleep(0.1)
@@ -773,7 +776,6 @@ def displayShutdown(lcd):
lcd.line1("Stopping radio")
radio.execCommand("service mpd stop")
radio.pandora_stop()
lcd.line2(" ")
lcd.line3(" ")
lcd.line4(" ")
radio.execCommand("shutdown -h now")