mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
[Core] Update new release url
This commit is contained in:
parent
4e7b2e5b41
commit
23a34c6bac
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue