Update heartflow.py
This commit is contained in:
@@ -40,7 +40,7 @@ class Heartflow:
|
|||||||
async def heartflow_start_working(self):
|
async def heartflow_start_working(self):
|
||||||
while True:
|
while True:
|
||||||
await self.do_a_thinking()
|
await self.do_a_thinking()
|
||||||
await asyncio.sleep(100)
|
await asyncio.sleep(600)
|
||||||
|
|
||||||
async def do_a_thinking(self):
|
async def do_a_thinking(self):
|
||||||
logger.info("麦麦大脑袋转起来了")
|
logger.info("麦麦大脑袋转起来了")
|
||||||
|
|||||||
Reference in New Issue
Block a user