fix: 修复celery日志清除问题

pull/5404/head
Bai 2021-01-08 18:33:20 +08:00 committed by Jiangjie.Bai
parent 19c2973501
commit b9258878fe
1 changed files with 1 additions and 1 deletions

View File

@ -40,6 +40,6 @@ def clean_ftp_log_period():
@register_as_period_task(interval=3600*24)
@shared_task
def clean_audits_log_period():
clean_audits_log_period()
clean_login_log_period()
clean_operation_log_period()
clean_ftp_log_period()