From 425779021fbc2e29e62df102b81cbec388fd9e0d Mon Sep 17 00:00:00 2001 From: benediktb Date: Sat, 10 Aug 2013 23:55:44 +0200 Subject: Updater: "Runonce" functionality was missing an argument Updater will now get called correctly with the new runonce argument. I forgot to include the line in my previous commit. --- bin/updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.3