From 3121dee04abef68e95eb15eed504033a17b58792 Mon Sep 17 00:00:00 2001 From: binary-husky Date: Sun, 12 Nov 2023 00:43:31 +0800 Subject: [PATCH] print plugin calls --- toolbox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolbox.py b/toolbox.py index ac04fdee..b0ac4ad9 100644 --- a/toolbox.py +++ b/toolbox.py @@ -80,7 +80,7 @@ def ArgsGeneralWrapper(f): } chatbot_with_cookie = ChatBotWithCookies(cookies) chatbot_with_cookie.write_list(chatbot) - + print('[plugin is called]:', f) if cookies.get('lock_plugin', None) is None: # 正常状态 if len(args) == 0: # 插件通道