mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
Fix typo
This commit is contained in:
parent
27c0f339ce
commit
3791fe2d2f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue