This commit is contained in:
Alon Zakai 2007-01-11 19:09:43 +00:00
parent 6e7ab64cfe
commit 29ab4c0ba3

View file

@ -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