From 07b0140256c5acd5ed6608167e6cfc629316372c Mon Sep 17 00:00:00 2001 From: liuwei Date: Thu, 22 May 2025 11:32:58 +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 a2c2330..57e0531 100644 --- a/plugins/weather/main.py +++ b/plugins/weather/main.py @@ -108,7 +108,7 @@ class WeatherPlugin(MessagePluginInterface): # 处理消息内容 - 不再使用jieba分词 city_name = self._extract_city_name(content) - + self.LOG.debug(f"城市名称:{city_name}") if not city_name: await bot.send_text_message((roomid if roomid else sender), f"\n{self.command_format}", sender) return False, "命令格式错误"