From 69ec3ccdee225f1b8e00542b1dee737a51bdc18b Mon Sep 17 00:00:00 2001 From: spoob Date: Sun, 9 Aug 2009 04:48:35 +0200 Subject: fixed megaupload bug --- module/file_list.py | 1 - 1 file changed, 1 deletion(-) (limited to 'module/file_list.py') 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) -- cgit v1.2.3