Skip to content

Commit

Permalink
fix: 刷流bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
linyuan0213 committed Oct 20, 2024
1 parent c6c614b commit d3bea75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/brushtask.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ def init_config(self):
f"任务 {task.get('name')} 运行周期格式不正确:{str(err)}")
else:
log.error(f"任务 {task.get('name')} 运行周期格式不正确")
log.info(f"{running_task} 个刷流服务正常启动")
if running_task > 0:
log.info(f"{running_task} 个刷流服务正常启动")

def load_brushtasks(self):
"""
Expand Down

0 comments on commit d3bea75

Please sign in to comment.