mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
Fix typo
This commit is contained in:
parent
ea16f2ca8f
commit
ec368d6c70
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@ class Torrent:
|
|||
self.signals.emit("torrent_resume_at_stop_ratio")
|
||||
return
|
||||
|
||||
if self.auto_managed:
|
||||
if self.options["auto_managed"]:
|
||||
# This torrent is to be auto-managed by lt queueing
|
||||
self.handle.auto_managed(True)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue