From 6f94d1e855daea2732b9e098f93b8ee3b7945c45 Mon Sep 17 00:00:00 2001 From: SengokuCola <1026294844@qq.com> Date: Fri, 22 Aug 2025 17:04:11 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BB=A3=E7=A0=81=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/chat/heart_flow/heartflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chat/heart_flow/heartflow.py b/src/chat/heart_flow/heartflow.py index a363a174..9f5c0423 100644 --- a/src/chat/heart_flow/heartflow.py +++ b/src/chat/heart_flow/heartflow.py @@ -17,7 +17,7 @@ class Heartflow: if chat_id in self.heartflow_chat_list: if chat := self.heartflow_chat_list.get(chat_id): return chat - + else: new_chat = HeartFChatting(chat_id = chat_id) await new_chat.start() self.heartflow_chat_list[chat_id] = new_chat