From c3f2f5d232368d81113d6dc7551d5610eb09ddb6 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 4 Dec 2014 14:44:51 +0100 Subject: fix #683 --- bin/updater/owncloud_news_updater/application.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/updater/owncloud_news_updater/application.py b/bin/updater/owncloud_news_updater/application.py index beedba1b4..b6d166b03 100755 --- a/bin/updater/owncloud_news_updater/application.py +++ b/bin/updater/owncloud_news_updater/application.py @@ -33,9 +33,9 @@ def main(): type=int) parser.add_argument('--interval', '-i', help='Update interval between fetching the next round of \ - updates in minutes, defaults to 30 minutes. The update timespan \ + updates in seconds, defaults to 15 minutes. The update timespan \ will be subtracted from the interval.', - default=30, + default=15*60, type=int) parser.add_argument('--config', '-c', help='Path to config file where all parameters except can be defined \ -- cgit v1.2.3