diff options
author | spoob <spoob@gmx.de> | 2009-08-12 20:01:28 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-08-12 20:01:28 +0200 |
commit | ad49df108b810dd5fa2e2b27b7fd1de4704b789b (patch) | |
tree | e28a2801ec8e3a1ba82f1d5f80fed37428efd6d5 /pyLoadCore.py | |
parent | time-, plugin fix, debug output (diff) | |
download | pyload-ad49df108b810dd5fa2e2b27b7fd1de4704b789b.tar.xz |
moved update service to update.pyload.org
Diffstat (limited to 'pyLoadCore.py')
-rw-r--r-- | pyLoadCore.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index 9577def74..c7c5140c2 100644 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -136,7 +136,7 @@ class Core(object): if not self.config['search_updates']: return False - newst_version = urllib2.urlopen("http://pyloadupdate.appspot.com/", "version=" + CURRENT_VERSION).readline() + newst_version = urllib2.urlopen("http://update.pyload.org/index.php?do=" + CURRENT_VERSION).readline() if newst_version == "True": if not self.config['install_updates']: self.logger.info("New version available, please run Updater") |