From ffd2e9faf08b3af822e1958c33e5f2784548ebb3 Mon Sep 17 00:00:00 2001 From: spoob Date: Sun, 29 Nov 2009 17:10:11 +0100 Subject: Better Update Check --- pyLoadCore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyLoadCore.py') diff --git a/pyLoadCore.py b/pyLoadCore.py index d1677a17b..be9232300 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -237,7 +237,7 @@ class Core(object): if not self.config['updates']['search_updates']: return False - newst_version = Request().load("http://update.pyload.org/index.php?do=" + CURRENT_VERSION) + newst_version = Request().load("http://update.pyload.org/s/" + CURRENT_VERSION) if newst_version == "True": if not self.config['updates']['install_updates']: self.logger.info("New Version of pyLoad available") -- cgit v1.2.3