From 47e6ae681a6ce1d2bca01a0937081992339dae81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=85=89-k?= <36470587+kxgx@users.noreply.github.com> Date: Thu, 16 Jan 2025 09:53:18 +0800 Subject: [PATCH] Update weather.py --- bin/weather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/weather.py b/bin/weather.py index 6f6e47b..9bf27c8 100644 --- a/bin/weather.py +++ b/bin/weather.py @@ -61,7 +61,7 @@ def get_current_city(): logging.error("解析当前城市数据时出现JSON解码错误: %s", e) return None -def getWeath(city='101060111'): +def getWeath(city='101060101'): headers = { 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36', 'Referer': 'http://www.weather.com.cn/'