From 567c29bcd66d6b3e6f4b47e77294ad8be841355e Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Sat, 13 May 2023 13:45:04 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=B8=85=E9=99=A4=E5=A4=9A=E4=BD=99log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/command/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/command/command.py b/model/command/command.py index 520d143b..a8b09642 100644 --- a/model/command/command.py +++ b/model/command/command.py @@ -39,7 +39,7 @@ class Command: if plugins != None: # print(f"[DEBUG] 当前加载的插件:{plugins}") for p in plugins: - # print(f"[Debug] 当前加载的插件:{self.cached_plugins}") + # print(f"[Debug] 当前缓存的插件:{self.cached_plugins}") try: if p in self.cached_plugins: module = self.cached_plugins[p]["module"]