diff options
Diffstat (limited to 'pyLoadCore.py')
-rw-r--r-- | pyLoadCore.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |