From 17239c085117fd1cc35a1a9723d96697a1b1d268 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 17 Oct 2014 09:22:09 +0200 Subject: fix python updater, bump to older url --- bin/updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3