diff options
author | Nold360 <nold@lavabit.com> | 2013-04-16 12:27:52 +0200 |
---|---|---|
committer | Nold360 <nold@lavabit.com> | 2013-04-16 12:27:52 +0200 |
commit | c53df556a166ca9dedc67b7ca2c11fe08d88bf02 (patch) | |
tree | 5c7de9f53eee66acf2fd11d6bb7fc9be5befaa9a /module/plugins/crypter | |
parent | I hate this comment.. but now it's finally fixed... (diff) | |
download | pyload-c53df556a166ca9dedc67b7ca2c11fe08d88bf02.tar.xz |
Converted tabs to spaces
Diffstat (limited to 'module/plugins/crypter')
-rw-r--r-- | module/plugins/crypter/NCryptIn.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/module/plugins/crypter/NCryptIn.py b/module/plugins/crypter/NCryptIn.py index 63ac58a43..5e1ea347c 100644 --- a/module/plugins/crypter/NCryptIn.py +++ b/module/plugins/crypter/NCryptIn.py @@ -50,10 +50,9 @@ class NCryptIn(Crypter): package_links = []
package_links.extend(self.handleWebLinks())
package_links.extend(self.handleContainers())
- package_links.extend(self.handleCNL2())
- package_links = self.removeContainers(package_links)
+ package_links.extend(self.handleCNL2())
+ package_links = self.removeContainers(package_links)
package_links = set(package_links)
- self.logDebug(package_links)
# Pack
self.packages = [(package_name, package_links, folder_name)]
|