From 208a062e1875a032896953379fa291e156fc0808 Mon Sep 17 00:00:00 2001 From: liuwei Date: Thu, 22 May 2025 11:34:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=A4=A9=E6=B0=94=E6=8F=92?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/weather/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/weather/main.py b/plugins/weather/main.py index 57e0531..82b53fc 100644 --- a/plugins/weather/main.py +++ b/plugins/weather/main.py @@ -172,7 +172,7 @@ class WeatherPlugin(MessagePluginInterface): params=params) as response: geoapi_json = await response.json() await conn_ssl.close() - + self.LOG.debug(f"geoapi_json: {geoapi_json}") if geoapi_json['code'] == '404': return "\n⚠️查无此地!" elif geoapi_json['code'] != '200':