mirror of https://github.com/openspug/spug
F 任务计划 cron支持 周以逗号分隔
parent
ee58ee1845
commit
d3fa99f1cd
|
@ -23,6 +23,7 @@ class Scheduler:
|
||||||
week_map = {
|
week_map = {
|
||||||
'/': '/',
|
'/': '/',
|
||||||
'-': '-',
|
'-': '-',
|
||||||
|
',': ',',
|
||||||
'*': '*',
|
'*': '*',
|
||||||
'7': '6',
|
'7': '6',
|
||||||
'0': '6',
|
'0': '6',
|
||||||
|
|
Loading…
Reference in New Issue