From: Guillaume Pellerin Date: Mon, 5 Feb 2024 15:02:42 +0000 (+0100) Subject: use yml X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f04b34b68843eea9f02bba916f7ff0332a015d5b;p=telecaster-client.git use yml --- diff --git a/telecaster/models.py b/telecaster/models.py index 5c10ca4..4479e87 100644 --- a/telecaster/models.py +++ b/telecaster/models.py @@ -186,7 +186,7 @@ class Station(Model): #FIXME: only one format in deefuzzer conf file self.format = station['media']['format'] self.deefuzzer_file = 'cache' + os.sep + 'station_' + \ - station['media']['format'] + '.yaml' + station['media']['format'] + '.yml' self.save() def deefuzzer_write_conf(self):