minor change :)

This commit is contained in:
Pecusx
2017-01-13 10:18:06 +01:00
committed by GitHub
parent beb1d87910
commit b579448d78
+1 -1
View File
@@ -198,7 +198,7 @@ class MyDaemon(Daemon):
if input_source == radio.RADIO:
msg = "r"
elif input_source == radio.PLAYER:
msg = "o"
msg = "m"
elif input_source == radio.PANDORA:
msg = "p"
msg = msg + ' ' + todaysdate # extra space before time (Pecus)