diff options
author | spoob <spoob@gmx.de> | 2009-08-09 04:48:35 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-08-09 04:48:35 +0200 |
commit | 69ec3ccdee225f1b8e00542b1dee737a51bdc18b (patch) | |
tree | c1cc43401eb481ec5fed5ddc228a7f7e1f8d59da /module/file_list.py | |
parent | pyloadCli local switch fix (diff) | |
download | pyload-69ec3ccdee225f1b8e00542b1dee737a51bdc18b.tar.xz |
fixed megaupload bug
Diffstat (limited to 'module/file_list.py')
-rw-r--r-- | module/file_list.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/file_list.py b/module/file_list.py index 7eaca7c97..4b3577bfc 100644 --- a/module/file_list.py +++ b/module/file_list.py @@ -102,7 +102,6 @@ class File_List(object): self.files.insert(index + offset, pyfile) break - index = self.data['order'].index(id) pyfile = self.data['order'].pop(index) self.data['order'].insert(index + offset, pyfile) |