From 772684d24cdce0afbaf37e983d59ad9cb9f6421c Mon Sep 17 00:00:00 2001 From: Bai Date: Tue, 17 Oct 2023 11:19:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dcrontab=E8=AF=AD?= =?UTF-8?q?=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/common/const/crontab.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/common/const/crontab.py b/apps/common/const/crontab.py index bd9809176..e4de195eb 100644 --- a/apps/common/const/crontab.py +++ b/apps/common/const/crontab.py @@ -1,5 +1,5 @@ -CRONTAB_AT_AM_TWO = '0 14 * * *' +CRONTAB_AT_AM_TWO = '0 2 * * *' CRONTAB_AT_AM_TEN = '0 10 * * *' -CRONTAB_AT_PM_TWO = '0 2 * * *' +CRONTAB_AT_PM_TWO = '0 14 * * *'