aboutsummaryrefslogtreecommitdiff
path: root/src/core_modules/cron.py
diff options
context:
space:
mode:
authorGravatar jesopo2020-02-11 11:46:55 +0000
committerGravatar jesopo2020-02-11 11:46:55 +0000
commit5c1ab3066cada19ce441c1692a361d86f0bc30c2 (patch)
tree46b7f1a1843e88401d422f84809d9d95dbefaaa3 /src/core_modules/cron.py
parentlog formatted.account with channel_log.py (diff)
signature
remove superfluous newline (cron.py)
Diffstat (limited to 'src/core_modules/cron.py')
-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):