From b579448d789bb36d273de5a8c4322008384ed406 Mon Sep 17 00:00:00 2001 From: Pecusx Date: Fri, 13 Jan 2017 10:18:06 +0100 Subject: [PATCH] minor change :) --- radio4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radio4.py b/radio4.py index 9256b33..7295a11 100755 --- a/radio4.py +++ b/radio4.py @@ -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)