diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-13 12:06:08 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-13 12:06:08 +0200 |
commit | ecfd3fcbe4dd04b6074f46383526aa975fe8ed4b (patch) | |
tree | 26ab6beadd9bb0938754f0d38f9b6a487ed6ef35 /module/file_list.py | |
parent | Added tag v0.1.1 for changeset cc58a87cd432 (diff) | |
download | pyload-ecfd3fcbe4dd04b6074f46383526aa975fe8ed4b.tar.xz |
little fixes
Diffstat (limited to 'module/file_list.py')
-rw-r--r-- | module/file_list.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/file_list.py b/module/file_list.py index 8c1c32564..a83ab61a5 100644 --- a/module/file_list.py +++ b/module/file_list.py @@ -56,7 +56,7 @@ class File_List(object): self.append(url) def remove(self, pyfile): - if not self.config['debug_mode']: + if not self.core.config['debug_mode']: if pyfile in self.files: self.files.remove(pyfile) |