mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
Make a copy of the default options to prevent torrents from sharing
references
This commit is contained in:
parent
89ed0d5d41
commit
b6d05c01e8
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class Torrent:
|
|||
self.total_uploaded = 0
|
||||
|
||||
# Set the default options
|
||||
self.options = OPTIONS
|
||||
self.options = OPTIONS.copy()
|
||||
self.options.update(options)
|
||||
|
||||
# We need to keep track if the torrent is finished in the state to prevent
|
||||
|
|
Loading…
Add table
Reference in a new issue