From ec368d6c70e894b610631e216db110579f1264c6 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Sun, 31 Aug 2008 00:03:14 +0000 Subject: [PATCH] Fix typo --- deluge/core/torrent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/core/torrent.py b/deluge/core/torrent.py index 5990d5813..1bafaa84a 100644 --- a/deluge/core/torrent.py +++ b/deluge/core/torrent.py @@ -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)