From 547766cdf92b86de8d85d52b847718fdf33fcdd3 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Fri, 31 Aug 2007 07:13:43 +0000 Subject: [PATCH] tweak queue bottom --- src/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.py b/src/core.py index 55154eaf9..777fc2149 100644 --- a/src/core.py +++ b/src/core.py @@ -632,7 +632,7 @@ class Manager: for callback in self.event_callbacks[event['event_type']]: callback(event) - elif event['event_type'] is self.constants['EVENT_FINISHED']: + if event['event_type'] is self.constants['EVENT_FINISHED']: if event['message'] == "torrent has finished downloading": # Queue seeding torrent to bottom if needed