mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 16:08:40 +00:00
use rc version file
This commit is contained in:
parent
8003f246b7
commit
cf71429e8e
1 changed files with 1 additions and 1 deletions
|
@ -884,7 +884,7 @@ class Core(
|
||||||
import urllib
|
import urllib
|
||||||
try:
|
try:
|
||||||
self.new_release = urllib.urlopen(
|
self.new_release = urllib.urlopen(
|
||||||
"http://download.deluge-torrent.org/version").read().strip()
|
"http://download.deluge-torrent.org/version-1.0").read().strip()
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
log.debug("Unable to get release info from website: %s", e)
|
log.debug("Unable to get release info from website: %s", e)
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue