fix:代码错误

This commit is contained in:
SengokuCola
2025-08-22 17:04:11 +08:00
parent 6a7b29695c
commit 6f94d1e855

View File

@@ -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