diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-01-26 21:23:16 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-01-26 21:23:16 +0100 |
commit | 769f156ea822d4520620727dc1317224a02bdaaa (patch) | |
tree | 7413f3129f839a1a01c0754c0a845a8154c711ca /module/file_list.py | |
parent | Added tag v0.3 for changeset e848797046d9 (diff) | |
download | pyload-769f156ea822d4520620727dc1317224a02bdaaa.tar.xz |
extended script support
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 1c4c4776b..7c68a7427 100644 --- a/module/file_list.py +++ b/module/file_list.py @@ -149,7 +149,7 @@ class File_List(object): info["active"] = pyfile.active info["plugin"] = pyfile.plugin.props['name'] return info - + def continueAborted(self): [[self.packager.resetFileStatus(x.id) for x in p.files if x.status.type == "aborted"] for p in self.data["queue"]] |