diff options
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") |