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

index 233b4fc5117be12e0ec7b240b9cdd3abb618ea63..6866ff223eec35162fd35f5657e6cc3c67876f01 100644 (file)
@@ -59,8 +59,8 @@ class Status(object):
         self.user = pwd.getpwuid(os.getuid())[0]
         self.cache = settings.MEDIA_ROOT + 'cache/'
         self.monitoring_conf_dir = '/etc/telecaster/deefuzzer/'
-        self.mp3_monitoring_conf = self.monitoring_conf_dir + 'telecaster_mp3_monitor.yaml'
-        self.webm_monitoring_conf = self.monitoring_conf_dir + 'telecaster_webm_monitor.yaml'
+        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'