From 5b99a4fbc6171eb91eaa49254d65e16a78487e9b Mon Sep 17 00:00:00 2001 From: liuwei Date: Thu, 22 May 2025 11:41:14 +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 860ab67..7f959d1 100644 --- a/plugins/weather/main.py +++ b/plugins/weather/main.py @@ -206,7 +206,7 @@ class WeatherPlugin(MessagePluginInterface): except Exception as e: self.LOG.error(f"获取天气信息出错: {e}") - return f"\n⚠️获取天气信息出错: {str(e)}" + return "" def _compose_weather_message(self, country, adm1, adm2, now_weather_api_json, weather_forecast_api_json): """组合天气信息"""