Fix typo
This commit is contained in:
parent
27c0f339ce
commit
3791fe2d2f
@ -77,7 +77,7 @@ class Core(component.Component):
|
||||
log.info("Starting libtorrent %s session..", lt.version)
|
||||
|
||||
# We must depend on libtorrent >= 0.14.9 due to over-downloading bug
|
||||
if lt.version < 0.14.9:
|
||||
if lt.version < "0.14.9":
|
||||
log.error("This version of Deluge requires libtorrent >= 0.14.9.")
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user