From 730b6969ca49535b95b17dde92819aea5bd057c9 Mon Sep 17 00:00:00 2001 From: spoob Date: Tue, 16 Jun 2009 13:21:43 +0200 Subject: fixed file_list bug --- pyLoadCore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyLoadCore.py b/pyLoadCore.py index f85f5b447..159ef1366 100644 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -68,7 +68,7 @@ class Core(object): self.thread_list = Thread_List(self) - self.file_list = file_list.load() + self.file_list = file_list.load(self) path.append(self.config['plugin_folder']) self.create_plugin_index() -- cgit v1.2.3