]> 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@free.fr>
Mon, 5 Feb 2024 15:02:42 +0000 (16:02 +0100)
telecaster/models.py

index a33e5dd5cae264cfe24db4bd6cf690c7fb6a1f4b..63a8db4170a2b0016e935271b7c2899806ece4c8 100644 (file)
@@ -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):