From d3fa99f1cd194248b86204ffa066101c88ba99ee Mon Sep 17 00:00:00 2001 From: zypo Date: Fri, 4 Mar 2022 11:54:53 +0800 Subject: [PATCH] =?UTF-8?q?F=20=20=E4=BB=BB=E5=8A=A1=E8=AE=A1=E5=88=92=20c?= =?UTF-8?q?ron=E6=94=AF=E6=8C=81=20=E5=91=A8=E4=BB=A5=E9=80=97=E5=8F=B7?= =?UTF-8?q?=E5=88=86=E9=9A=94?= 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 94e2d63..11a49d9 100644 --- a/spug_api/apps/schedule/scheduler.py +++ b/spug_api/apps/schedule/scheduler.py @@ -23,6 +23,7 @@ class Scheduler: week_map = { '/': '/', '-': '-', + ',': ',', '*': '*', '7': '6', '0': '6',