mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 12:34:43 +00:00
Fix new release check
This commit is contained in:
parent
34354a25d5
commit
3a40d81a38
@ -885,7 +885,6 @@ class Core(
|
||||
self.check_new_release()
|
||||
|
||||
def check_new_release(self):
|
||||
self.new_release = "0.7.0.0"
|
||||
if self.new_release:
|
||||
log.debug("new_release: %s", self.new_release)
|
||||
if self.new_release > deluge.common.get_version():
|
||||
|
Loading…
x
Reference in New Issue
Block a user