From: Guillaume Pellerin Date: Mon, 5 Feb 2024 17:14:20 +0000 (+0100) Subject: fix status X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=53ab9a6559c4a911dd17accf7cb74ec4bec8eb72;p=telecaster-client.git fix status --- diff --git a/telecaster/tools/status.py b/telecaster/tools/status.py index 6866ff2..b4e71f0 100644 --- a/telecaster/tools/status.py +++ b/telecaster/tools/status.py @@ -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()