feat: Implement multi-source weather data collection with OpenWeatherMap, Visual Crossing, and NOAA METAR support.

This commit is contained in:
2569718930@qq.com
2026-02-08 02:32:18 +08:00
parent f371721919
commit c7cd05da90
+1 -1
View File
@@ -39,7 +39,7 @@ class WeatherDataCollector:
self.config = config
self.wunderground_key = config.get("wunderground_api_key")
self.timeout = 10
self.timeout = 20 # 增加超时以支持多模型请求
self.session = requests.Session()
# 设置代理