X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=play-sound-status.py;h=6eb433a06879cfa719a99b6d917d6a5614ad0e75;hb=26a46e58c6449468c98df0b7a5f94870bb9c4aea;hp=8fd59f879510a30e10553585da8001fc878d64fb;hpb=4f04573b1e287d38b4ef6b63574ad2d1701db46e;p=svn42.git diff --git a/play-sound-status.py b/play-sound-status.py index 8fd59f8..6eb433a 100755 --- a/play-sound-status.py +++ b/play-sound-status.py @@ -35,11 +35,12 @@ class UWSConfig: self.config_parser.set('cmdlog','timeout',"2.0") self.config_parser.set('cmdlog','delay',"0.0") self.config_parser.set('cmdlog','type',"shellcmd") - self.config_parser.add_section('slugplaymp3') + self.config_parser.add_section('slugplayfile') self.config_parser.set('slugplayfile','remote_host',"root@slug.realraum.at") self.config_parser.set('slugplayfile','remote_shell',"/home/playgst.sh %ARG%") self.config_parser.set('slugplayfile','delay',"0.0") self.config_parser.set('slugplayfile','type',"remotecmd") + self.config_parser.add_section('slugplaymp3') self.config_parser.set('slugplaymp3','remote_host',"root@slug.realraum.at") self.config_parser.set('slugplaymp3','remote_shell',"/home/playmp3.sh %ARG%") self.config_parser.set('slugplaymp3','delay',"0.0")