summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-17 09:22:09 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-17 09:22:09 +0200
commit17239c085117fd1cc35a1a9723d96697a1b1d268 (patch)
tree385b7f6e0c3306822334dedcec1f312d34a9c6a3 /bin
parentb3436aeb1280af60de82d41807332c9b9d6c5e1f (diff)
fix python updater, bump to older url3.403
Diffstat (limited to 'bin')
-rwxr-xr-xbin/updater.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/updater.py b/bin/updater.py
index a3da90866..7706bdef7 100755
--- a/bin/updater.py
+++ b/bin/updater.py
@@ -78,7 +78,7 @@ class Updater:
if self.base_url[-1] != '/':
self.base_url += '/'
- self.base_url += 'index.php/apps/news/api/v1-4'
+ self.base_url += 'index.php/apps/news/api/v1-2'
self.before_cleanup_url = '%s/cleanup/before-update' % self.base_url
self.after_cleanup_url = '%s/cleanup/after-update' % self.base_url