From 4dac9ac067554dc4ff3f06b44cdb1cce7864c904 Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Mon, 2 Jan 2023 13:24:19 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E6=B5=8B=E8=AF=95=E7=83=AD=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/qqbot/process.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/qqbot/process.py b/pkg/qqbot/process.py index 6d95ce45..1fb854d4 100644 --- a/pkg/qqbot/process.py +++ b/pkg/qqbot/process.py @@ -25,6 +25,7 @@ processing = [] def process_message(launcher_type: str, launcher_id: int, text_message: str, message_chain: MessageChain, sender_id: int) -> MessageChain: global processing + print("hot update test: process_message") mgr = pkg.utils.context.get_qqbot_manager()