summaryrefslogtreecommitdiffstats
path: root/bin/updater/owncloud_news_updater/application.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/updater/owncloud_news_updater/application.py')
-rwxr-xr-xbin/updater/owncloud_news_updater/application.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/updater/owncloud_news_updater/application.py b/bin/updater/owncloud_news_updater/application.py
index bec362518..c9ceaf886 100755
--- a/bin/updater/owncloud_news_updater/application.py
+++ b/bin/updater/owncloud_news_updater/application.py
@@ -88,7 +88,7 @@ def main():
args.loglevel = config_values['loglevel']
if not args.url:
- self._exit('No url or directory given')
+ _exit('No url or directory given')
# if url starts with a /, the console based API will be used
isWeb = args.url.startswith('http://') or args.url.startswith('https://')