fixed typo bug silently cought by apscheduler, added notes
This commit is contained in:
parent
e60890268f
commit
a927019423
3 changed files with 12 additions and 6 deletions
|
|
@ -66,7 +66,7 @@ class DatePeriod(Period):
|
|||
return ret
|
||||
|
||||
def createJob(self, scheduler, jobInfo, func):
|
||||
return scheduler.add_date_job(func, self.date, [jobInfo])
|
||||
return scheduler.add_date_job(func, self.date, jobInfo)
|
||||
|
||||
|
||||
def parsePeriodList(periodlist, log):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue