From 29ab4c0ba317e5b5c858979e59fdd1e47ec72016 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 11 Jan 2007 19:09:43 +0000 Subject: [PATCH] --- deluge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge.py b/deluge.py index 7bb895350..2604c631f 100644 --- a/deluge.py +++ b/deluge.py @@ -601,7 +601,7 @@ class Manager: for unique_ID in to_delete: self.state.torrents.remove(self.unique_IDs[unique_ID]) - self.state.queue.remove(self.unique_IDs[unique_ID]) + self.state.queue.remove(unique_ID) del self.unique_IDs[unique_ID] # Add torrents to queue - at the end, of course