diff options
author | spoob <spoob@gmx.de> | 2009-06-16 13:21:43 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-06-16 13:21:43 +0200 |
commit | 730b6969ca49535b95b17dde92819aea5bd057c9 (patch) | |
tree | 34ad51dc5eba2d2df6b141045176e3edf2e5ca30 | |
parent | fixed little bugs (diff) | |
download | pyload-730b6969ca49535b95b17dde92819aea5bd057c9.tar.xz |
fixed file_list bug
-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() |