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':