summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/updater.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/updater.py b/bin/updater.py
index dab7f6f45..5fbbf376d 100644
--- a/bin/updater.py
+++ b/bin/updater.py
@@ -154,7 +154,7 @@ def main():
# create the updater and run the threads
updater = Updater(args.url, args.threads, args.interval, args.user,
- args.password, args.timeout)
+ args.password, args.timeout, args.runonce)
updater.run()