Fix Istanbul MGM station and province matching

This commit is contained in:
2569718930@qq.com
2026-03-30 19:14:00 +08:00
parent 2ee30ce551
commit e4db7d5dea
2 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ class WeatherDataCollector(OpenMeteoCacheMixin, SettlementSourceMixin, MetarSour
TURKISH_PROVINCES = {
"ankara": ("17128", "Ankara"),
"istanbul": ("17060", "Istanbul"),
"istanbul": ("17058", "Istanbul"),
}
def __init__(self, config: dict):