summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-08-12 20:01:28 +0200
committerGravatar spoob <spoob@gmx.de> 2009-08-12 20:01:28 +0200
commitad49df108b810dd5fa2e2b27b7fd1de4704b789b (patch)
treee28a2801ec8e3a1ba82f1d5f80fed37428efd6d5 /pyLoadCore.py
parenttime-, plugin fix, debug output (diff)
downloadpyload-ad49df108b810dd5fa2e2b27b7fd1de4704b789b.tar.xz
moved update service to update.pyload.org
Diffstat (limited to 'pyLoadCore.py')
-rw-r--r--pyLoadCore.py2
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")