summaryrefslogtreecommitdiffstats
path: root/module/plugins
diff options
context:
space:
mode:
authorGravatar Nold360 <nold@lavabit.com> 2013-04-16 12:27:52 +0200
committerGravatar Nold360 <nold@lavabit.com> 2013-04-16 12:27:52 +0200
commitc53df556a166ca9dedc67b7ca2c11fe08d88bf02 (patch)
tree5c7de9f53eee66acf2fd11d6bb7fc9be5befaa9a /module/plugins
parentI hate this comment.. but now it's finally fixed... (diff)
downloadpyload-c53df556a166ca9dedc67b7ca2c11fe08d88bf02.tar.xz
Converted tabs to spaces
Diffstat (limited to 'module/plugins')
-rw-r--r--module/plugins/crypter/NCryptIn.py5
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)]