My Stations: Change the default config filename

This commit is contained in:
milaq 2019-08-22 20:40:49 +02:00
parent 2349e06a2e
commit 3c80bd2500

View file

@ -8,7 +8,7 @@ import ycast.generic as generic
ID_PREFIX = "MY"
config_file = 'my_stations.yml'
config_file = 'stations.yml'
class Station: