[Core] Update new release url
This commit is contained in:
parent
4e7b2e5b41
commit
23a34c6bac
|
@ -301,7 +301,7 @@ class Core(component.Component):
|
|||
def get_new_release(self):
|
||||
log.debug('get_new_release')
|
||||
try:
|
||||
self.new_release = urlopen('http://download.deluge-torrent.org/version-1.0').read().strip()
|
||||
self.new_release = urlopen('http://download.deluge-torrent.org/version-2.0').read().strip()
|
||||
except URLError as ex:
|
||||
log.debug('Unable to get release info from website: %s', ex)
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue