diff options
author | spoob <spoob@gmx.de> | 2009-11-29 17:10:11 +0100 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-11-29 17:10:11 +0100 |
commit | ffd2e9faf08b3af822e1958c33e5f2784548ebb3 (patch) | |
tree | f05d3db093ece1b855eae0fcad8f3c4f69cb61bf /pyLoadCore.py | |
parent | new xmlrpc method (diff) | |
download | pyload-ffd2e9faf08b3af822e1958c33e5f2784548ebb3.tar.xz |
Better Update Check
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
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") |