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=d32429fb44fa165770613f72537e0785a2b04b31;p=telecaster-client.git use yml --- diff --git a/telecaster/models.py b/telecaster/models.py index a33e5dd..63a8db4 100644 --- a/telecaster/models.py +++ b/telecaster/models.py @@ -185,7 +185,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):