mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 08:28:39 +00:00
Fix new release check
This commit is contained in:
parent
34354a25d5
commit
3a40d81a38
1 changed files with 0 additions and 1 deletions
|
@ -885,7 +885,6 @@ class Core(
|
||||||
self.check_new_release()
|
self.check_new_release()
|
||||||
|
|
||||||
def check_new_release(self):
|
def check_new_release(self):
|
||||||
self.new_release = "0.7.0.0"
|
|
||||||
if self.new_release:
|
if self.new_release:
|
||||||
log.debug("new_release: %s", self.new_release)
|
log.debug("new_release: %s", self.new_release)
|
||||||
if self.new_release > deluge.common.get_version():
|
if self.new_release > deluge.common.get_version():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue