diff options
| author | 2020-02-11 11:46:55 +0000 | |
|---|---|---|
| committer | 2020-02-11 11:46:55 +0000 | |
| commit | 5c1ab3066cada19ce441c1692a361d86f0bc30c2 (patch) | |
| tree | 46b7f1a1843e88401d422f84809d9d95dbefaaa3 /src | |
| parent | log formatted.account with channel_log.py (diff) | |
| signature | ||
remove superfluous newline (cron.py)
Diffstat (limited to 'src')
| -rw-r--r-- | src/core_modules/cron.py | 1 |
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): |
