This commit is contained in:
SengokuCola
2025-05-20 22:56:55 +08:00
parent af8edd0ef7
commit b41b7b6524
4 changed files with 5 additions and 4 deletions

View File

@@ -258,7 +258,7 @@ class HeartFChatting:
f"动作: {self._current_cycle.loop_plan_info['action_result']['action_type']}"
+ (f"\n详情: {'; '.join(timer_strings)}" if timer_strings else "")
)
await asyncio.sleep(global_config.focus_chat.think_interval)
except asyncio.CancelledError: