From 3c80bd2500349aa9bcad4a12771093ca28d3b1b1 Mon Sep 17 00:00:00 2001 From: milaq Date: Thu, 22 Aug 2019 20:40:49 +0200 Subject: [PATCH] My Stations: Change the default config filename --- ycast/my_stations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ycast/my_stations.py b/ycast/my_stations.py index afae7c2..fd0bb2d 100644 --- a/ycast/my_stations.py +++ b/ycast/my_stations.py @@ -8,7 +8,7 @@ import ycast.generic as generic ID_PREFIX = "MY" -config_file = 'my_stations.yml' +config_file = 'stations.yml' class Station: