diff options
Diffstat (limited to 'mailman/bin/qrunner.py')
| -rw-r--r-- | mailman/bin/qrunner.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mailman/bin/qrunner.py b/mailman/bin/qrunner.py index a71bb2ef5..eeb5c286b 100644 --- a/mailman/bin/qrunner.py +++ b/mailman/bin/qrunner.py @@ -151,9 +151,9 @@ def make_qrunner(name, slice, range, once=False): class Once(qrclass): def _do_periodic(self): self.stop() - qrunner = Once(slice, range) + qrunner = Once(name, slice) else: - qrunner = qrclass(slice, range) + qrunner = qrclass(name, slice) return qrunner |
