diff options
author | spoob <spoob@gmx.de> | 2009-06-20 16:30:01 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-06-20 16:30:01 +0200 |
commit | 41f78f21c779e940861fb8f4e2c4436fff2c1f45 (patch) | |
tree | 8cc17f6b77f9621922e983c1bd31d53a5ed5a427 /module | |
parent | some new cli stuff (no interactive functions yet) (diff) | |
download | pyload-41f78f21c779e940861fb8f4e2c4436fff2c1f45.tar.xz |
Added Netload.in Download Plugin
Diffstat (limited to 'module')
-rw-r--r-- | module/file_list.py | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/module/file_list.py b/module/file_list.py index 00a3e0603..dbac8ea02 100644 --- a/module/file_list.py +++ b/module/file_list.py @@ -50,10 +50,12 @@ class File_List(object): def remove(self, pyfile): - if pyfile in self.files: - self.files.remove(pyfile) + pass - del self.data[pyfile.id] + #if pyfile in self.files: + #self.files.remove(pyfile) +# + #del self.data[pyfile.id] def get_id(self): """return a free id""" |