Update heartflow.py

pull/592/head
SengokuCola 2025-03-27 00:27:25 +08:00
parent 8da4729c17
commit c53ad9e38c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class Heartflow:
async def heartflow_start_working(self):
while True:
await self.do_a_thinking()
await asyncio.sleep(100)
await asyncio.sleep(600)
async def do_a_thinking(self):
logger.info("麦麦大脑袋转起来了")