aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Timers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Timers.py b/src/Timers.py
index cfcff8bd..e80e3e26 100644
--- a/src/Timers.py
+++ b/src/Timers.py
@@ -53,7 +53,7 @@ class Timers(object):
def setup(self, timers):
for name, timer in timers:
id = name.split("timer-", 1)[1]
- self._add(timer["name"], timer["delay"], timer[
+ self._add(timer["name"], None, timer["delay"], timer[
"next-due"], id, False, timer["kwargs"])
def _persist(self, timer):