]> git.parisson.com Git - telecaster-client.git/commitdiff
fix status
authorGuillaume Pellerin <guillaume.pellerin@free.fr>
Mon, 5 Feb 2024 17:14:20 +0000 (18:14 +0100)
committerGuillaume Pellerin <guillaume.pellerin@free.fr>
Mon, 5 Feb 2024 17:14:20 +0000 (18:14 +0100)
telecaster/tools/status.py

index 6866ff223eec35162fd35f5657e6cc3c67876f01..b4e71f047fccb31ccf77901e2c6217ac6af90fc9 100644 (file)
@@ -61,8 +61,8 @@ class Status(object):
         self.monitoring_conf_dir = '/etc/telecaster/deefuzzer/'
         self.mp3_monitoring_conf = self.monitoring_conf_dir + 'telecaster_mp3_monitor.yml'
         self.webm_monitoring_conf = self.monitoring_conf_dir + 'telecaster_webm_monitor.yml'
-        self.mp3_streaming_conf = self.cache + 'station_mp3.xml'
-        self.webm_streaming_conf = self.cache + 'station_webm.xml'
+        self.mp3_streaming_conf = self.cache + 'station_mp3.yml'
+        self.webm_streaming_conf = self.cache + 'station_webm.yml'
 
     def update(self):
         self.acpi.update()