From ad49df108b810dd5fa2e2b27b7fd1de4704b789b Mon Sep 17 00:00:00 2001 From: spoob Date: Wed, 12 Aug 2009 20:01:28 +0200 Subject: moved update service to update.pyload.org --- pyLoadCore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyLoadCore.py') 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") -- cgit v1.2.3