mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 13:56:47 +00:00
Set file_priorities default value to [] if not priorities have been set.
This commit is contained in:
parent
055e42776a
commit
6342fe2e08
@ -101,6 +101,7 @@ class Torrent:
|
|||||||
|
|
||||||
# Files dictionary
|
# Files dictionary
|
||||||
self.files = self.get_files()
|
self.files = self.get_files()
|
||||||
|
self.file_priorities = []
|
||||||
|
|
||||||
def set_tracker_status(self, status):
|
def set_tracker_status(self, status):
|
||||||
"""Sets the tracker status"""
|
"""Sets the tracker status"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user