mirror of https://github.com/Mai-with-u/MaiBot.git
修改个人信息推断启动时间
parent
49a60bc3e2
commit
b62b3abf70
|
|
@ -358,7 +358,7 @@ class PersonInfoManager:
|
|||
"""启动个人信息推断,每天根据一定条件推断一次"""
|
||||
try:
|
||||
while 1:
|
||||
await asyncio.sleep(60)
|
||||
await asyncio.sleep(600)
|
||||
current_time = datetime.datetime.now()
|
||||
logger.info(f"个人信息推断启动: {current_time.strftime('%Y-%m-%d %H:%M:%S')}")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue