diff --git a/src/data_collection/weather_sources.py b/src/data_collection/weather_sources.py index e59f73ef..78de5ee6 100644 --- a/src/data_collection/weather_sources.py +++ b/src/data_collection/weather_sources.py @@ -252,7 +252,6 @@ class WeatherDataCollector(OpenMeteoCacheMixin, SettlementSourceMixin, MetarSour os.getenv("CWA_OPEN_DATA_AUTH") or os.getenv("CWA_OPEN_DATA_API_KEY") or "" - ) ).strip() # 磁盘持久化缓存:重启后即可加载上次的预报数据,避免冷启动请求爆发