From 088e0ba7cda7217695ef18a24df980354918b39d Mon Sep 17 00:00:00 2001 From: vapao Date: Sat, 6 Nov 2021 19:24:07 +0800 Subject: [PATCH] =?UTF-8?q?U=20=E4=BB=BB=E5=8A=A1=E8=AE=A1=E5=88=92cron?= =?UTF-8?q?=E7=9A=84=E5=91=A8=E6=94=AF=E6=8C=812-5/2=E5=86=99=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_api/apps/schedule/scheduler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/spug_api/apps/schedule/scheduler.py b/spug_api/apps/schedule/scheduler.py index 1b5ca718..c101f6e5 100644 --- a/spug_api/apps/schedule/scheduler.py +++ b/spug_api/apps/schedule/scheduler.py @@ -27,6 +27,7 @@ class Scheduler: timezone = settings.TIME_ZONE week_map = { + '/': '/', '-': '-', '*': '*', '7': '6',