From f8661316b2d947191e74131f370db3951da64325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=A6=E6=BA=AA=E7=95=94?= <130263765+na10xi27da@users.noreply.github.com> Date: Wed, 16 Apr 2025 23:28:44 +0800 Subject: [PATCH] Update mode_mxp.py --- src/plugins/willing/mode_mxp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/willing/mode_mxp.py b/src/plugins/willing/mode_mxp.py index 03b480933..06f4fd6d2 100644 --- a/src/plugins/willing/mode_mxp.py +++ b/src/plugins/willing/mode_mxp.py @@ -55,7 +55,7 @@ class MxpWillingManager(BaseWillingManager): self.fatigue_messages_triggered_num = self.expected_replies_per_min # 疲劳消息触发数量(int) self.fatigue_coefficient = 1.0 # 疲劳系数 - self.is_debug = True # 是否开启调试模式 + self.is_debug = False # 是否开启调试模式 async def async_task_starter(self) -> None: """异步任务启动器"""