1
0
forked from bot/app

🐛 轻雪天气获取空aqi值的异常错误

This commit is contained in:
2024-04-29 16:58:52 +08:00
parent c063c69dea
commit 8809459f1b
7 changed files with 26 additions and 15 deletions

View File

@ -52,6 +52,7 @@ def get_local_data(ulang_code: str) -> dict:
"tomorrow" : ulang.get("weather.tomorrow"),
"day" : ulang.get("weather.day"),
"night" : ulang.get("weather.night"),
"no_aqi" : ulang.get("weather.no_aqi"),
}