]> git.parisson.com Git - telecaster-client.git/commitdiff
use yml
authorGuillaume Pellerin <guillaume.pellerin@free.fr>
Mon, 5 Feb 2024 15:02:42 +0000 (16:02 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 9 Jun 2025 14:16:13 +0000 (16:16 +0200)
telecaster/models.py

index 5c10ca4e051581f1fcf73c16a829cc3f923034d6..4479e87f8e2041f4e24883b1163b80601be7b2f4 100644 (file)
@@ -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):