fix: add Paris LFPG to ICAO mapping for METAR data

This commit is contained in:
AmandaloveYang
2026-02-18 09:37:55 +08:00
parent c89ea41441
commit 3f4f31d24b
+1
View File
@@ -33,6 +33,7 @@ class WeatherDataCollector:
"toronto": "CYYZ", # Toronto Pearson
"wellington": "NZWN", # Wellington International
"buenos aires": "SAEZ", # Ezeiza International
"paris": "LFPG", # Charles de Gaulle
}
def __init__(self, config: dict):