fix:代码错误

pull/1217/head
SengokuCola 2025-08-22 17:04:11 +08:00
parent 6a7b29695c
commit 6f94d1e855
1 changed files with 1 additions and 1 deletions

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