summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-11-29 17:10:11 +0100
committerGravatar spoob <spoob@gmx.de> 2009-11-29 17:10:11 +0100
commitffd2e9faf08b3af822e1958c33e5f2784548ebb3 (patch)
treef05d3db093ece1b855eae0fcad8f3c4f69cb61bf /pyLoadCore.py
parentnew xmlrpc method (diff)
downloadpyload-ffd2e9faf08b3af822e1958c33e5f2784548ebb3.tar.xz
Better Update Check
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py2
1 files changed, 1 insertions, 1 deletions
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")