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