From afc9aec80b14f06b1aa5e6be57cf2430b9bd97fe Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 20 May 2025 15:19:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=AE=9A=E6=97=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin_common/plugin_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_common/plugin_manager.py b/plugin_common/plugin_manager.py index 07ec5fa..a934999 100644 --- a/plugin_common/plugin_manager.py +++ b/plugin_common/plugin_manager.py @@ -576,7 +576,7 @@ class PluginManager: def inject_bot(self, bot: WechatAPIClient): self.system_context["bot"] = bot for name, plugin in self.plugins.items(): - self.LOG.debug(f"plugin name{name}, plugin: {plugin}") + # self.LOG.debug(f"plugin name{name}, plugin: {plugin}") if hasattr(plugin, "set_bot"): try: plugin.set_bot(bot)