aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core_modules/cron.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core_modules/cron.py b/src/core_modules/cron.py
index e0c0ceb3..f14186c8 100644
--- a/src/core_modules/cron.py
+++ b/src/core_modules/cron.py
@@ -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):