From cef4013d43113bea999701e43c6d9973b4efaf01 Mon Sep 17 00:00:00 2001 From: Bakadax Date: Fri, 16 May 2025 17:32:26 +0800 Subject: [PATCH] =?UTF-8?q?fix.=20=E5=88=A0=E9=99=A4=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E5=A3=B0=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/chat/focus_chat/heartFC_chat.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/chat/focus_chat/heartFC_chat.py b/src/chat/focus_chat/heartFC_chat.py index 2d895eb7..f718623c 100644 --- a/src/chat/focus_chat/heartFC_chat.py +++ b/src/chat/focus_chat/heartFC_chat.py @@ -90,7 +90,6 @@ class HeartFChatting: self.expressor = DefaultExpressor(chat_id=self.stream_id) self.action_manager = ActionManager() self.action_planner = ActionPlanner(log_prefix=self.log_prefix, action_manager=self.action_manager, stream_id=self.stream_id, chat_stream=self.chat_stream) - self.action_planner = ActionPlanner(log_prefix=self.log_prefix, action_manager=self.action_manager) # --- 处理器列表 ---