fix:planner时间线出错

This commit is contained in:
SengokuCola
2025-08-11 00:28:50 +08:00
parent a247be0a04
commit 577b238b20
2 changed files with 6 additions and 3 deletions

View File

@@ -595,7 +595,7 @@ class HeartFChatting:
}
# 创建所有动作的后台任务
print(actions)
# print(actions)
action_tasks = [asyncio.create_task(execute_action(action)) for action in actions]