pull/655/head
梦溪畔 2025-04-04 18:27:10 +08:00 committed by GitHub
parent 132861d16b
commit 68014de272
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ from src.common.logger import get_module_logger
from ...common.database import db from ...common.database import db
import copy import copy
import hashlib import hashlib
from typing import Any, Callable, Dict, TypeVar from typing import Any, Callable, Dict
import datetime import datetime
import asyncio import asyncio
import numpy import numpy
@ -286,7 +286,7 @@ class PersonInfoManager:
# 其他... # 其他...
if msg_interval_map: if msg_interval_map:
logger.info(f"已保存分布图到: logs/person_info") logger.info("已保存分布图到: logs/person_info")
logger.info(f"个人信息推断结束: {current_time.strftime('%Y-%m-%d %H:%M:%S')}") logger.info(f"个人信息推断结束: {current_time.strftime('%Y-%m-%d %H:%M:%S')}")
await asyncio.sleep(86400) await asyncio.sleep(86400)