summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-02 16:09:46 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-02 16:09:46 +0200
commit836e2406e3688b02bd69df2bcfc05771436a47fa (patch)
tree49a774725cfc7c58164297afdf5ca7d8fe4d3895
parent6f428b9e06876f8203f3281695c57c15b3f121b4 (diff)
fix another bug
-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://')