From 89e728b615355befb562c11c8076f661ee61f24f Mon Sep 17 00:00:00 2001 From: spoob Date: Wed, 27 May 2009 22:19:24 +0200 Subject: created uniform plugin config, fixed some bugs --- module/thread_list.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module') diff --git a/module/thread_list.py b/module/thread_list.py index 7031b166e..4cd1f1978 100644 --- a/module/thread_list.py +++ b/module/thread_list.py @@ -88,11 +88,11 @@ class Thread_List(object): if not pyfile.plugin.multi_dl: self.occ_plugins.remove(pyfile.modul.__name__) - + self.py_downloading.remove(pyfile) self.parent.logger.info('finished downloading ' + pyfile.url + ' @'+str(pyfile.status.get_speed())+'kb/s') - if pyfile.plugin.plugin_type == "container": + if pyfile.plugin.plugin_config['type'] == "container": self.parent.extend_links(pyfile.plugin.links) #remove from list, logging etc -- cgit v1.2.3