fix:normal_caht未正常启动

This commit is contained in:
SengokuCola
2025-04-23 15:52:19 +08:00
parent c367ec8dfc
commit b4a723037a
6 changed files with 36 additions and 12 deletions

View File

@@ -112,7 +112,7 @@ class BackgroundTaskManager:
"""周期性任务主循环"""
while True:
start_time = asyncio.get_event_loop().time()
logger.debug(f"开始执行后台任务: {task_name}")
# logger.debug(f"开始执行后台任务: {task_name}")
try:
await task_func(**kwargs) # 执行实际任务