mirror of https://github.com/Mai-with-u/MaiBot.git
Update heartflow.py
parent
8da4729c17
commit
c53ad9e38c
|
|
@ -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("麦麦大脑袋转起来了")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue