删除定时任务检测提示

This commit is contained in:
jingrow 2025-10-30 20:59:02 +08:00
parent 9c0be24592
commit 9c42b2e100

View File

@ -274,7 +274,6 @@ class Scheduler:
# 如果有变化,重新加载任务
if last_check_time is None or current_time != last_check_time:
logger.info("检测到数据库变化,重新加载任务")
await self._load_jobs()
last_check_time = current_time