mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 23:48:40 +00:00
Set file_priorities default value to [] if not priorities have been set.
This commit is contained in:
parent
055e42776a
commit
6342fe2e08
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue