From b9258878fe5b898af0efa60bafa40caf33b43de8 Mon Sep 17 00:00:00 2001 From: Bai Date: Fri, 8 Jan 2021 18:33:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dcelery=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E6=B8=85=E9=99=A4=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/audits/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/audits/tasks.py b/apps/audits/tasks.py index 0091d250b..467967b82 100644 --- a/apps/audits/tasks.py +++ b/apps/audits/tasks.py @@ -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()