Ask Solem 12 年之前
父節點
當前提交
23bef17fa3
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      celery/schedules.py

+ 1 - 0
celery/schedules.py

@@ -39,6 +39,7 @@ CRON_REPR = """\
 {0._orig_day_of_month} {0._orig_month_of_year} (m/h/d/dM/MY)>\
 {0._orig_day_of_month} {0._orig_month_of_year} (m/h/d/dM/MY)>\
 """
 """
 
 
+
 def cronfield(s):
 def cronfield(s):
     return '*' if s is None else s
     return '*' if s is None else s