diff options
author | spoob <spoob@gmx.de> | 2009-08-01 23:14:06 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-08-01 23:14:06 +0200 |
commit | 22e3710147419ffe90c47afdde2ccad8de655885 (patch) | |
tree | e70ed92104dd80344f0312b03521c7216d92ce27 /module | |
parent | new pyLoad Updater (diff) | |
download | pyload-22e3710147419ffe90c47afdde2ccad8de655885.tar.xz |
Added Megaupload.com Download Plugin
Diffstat (limited to 'module')
-rw-r--r-- | module/file_list.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/module/file_list.py b/module/file_list.py index cb7336620..b96c7a63d 100644 --- a/module/file_list.py +++ b/module/file_list.py @@ -57,6 +57,8 @@ class File_List(object): def remove(self, pyfile): + #pass + if pyfile in self.files: self.files.remove(pyfile) |