mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-14 05:26:28 +00:00
correction for the comparision in previous commit
This commit is contained in:
parent
98dcc8e3b1
commit
375ee2dd1c
@ -317,7 +317,7 @@ class Torrent(object):
|
||||
break
|
||||
|
||||
self.options["file_priorities"] = self.handle.file_priorities()
|
||||
if self.options["file_priorities"] != file_priorities:
|
||||
if self.options["file_priorities"] != list(file_priorities):
|
||||
log.warning("File priorities were not set for this torrent")
|
||||
|
||||
# Set the first/last priorities if needed
|
||||
|
Loading…
x
Reference in New Issue
Block a user