remove superfluous newline (cron.py)
This commit is contained in:
parent
7879b9f237
commit
5c1ab3066c
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ class Module(ModuleManager.BaseModule):
|
|||
return self._schedule_match(timestamp, schedule.split(" "))
|
||||
event = events.make_event(schedule=_check)
|
||||
|
||||
|
||||
for cron in events.get_hooks():
|
||||
schedule = cron.get_kwarg("schedule", None)
|
||||
if schedule and not _check(schedule):
|
||||
|
|
Loading…
Reference in a new issue