summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/NCryptIn.py
diff options
context:
space:
mode:
authorGravatar fragonib <devnull@localhost> 2011-05-30 23:23:01 +0200
committerGravatar fragonib <devnull@localhost> 2011-05-30 23:23:01 +0200
commit8fca7cdb31f11ba6d43758d0056b63960e8f5617 (patch)
treeccecedbd2971d30b2fecc150dc9322815430f856 /module/plugins/crypter/NCryptIn.py
parentfix dlc, new cli functions, new locale (diff)
downloadpyload-8fca7cdb31f11ba6d43758d0056b63960e8f5617.tar.xz
Serveral Plugins: Clean up
Diffstat (limited to 'module/plugins/crypter/NCryptIn.py')
-rw-r--r--module/plugins/crypter/NCryptIn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/NCryptIn.py b/module/plugins/crypter/NCryptIn.py
index 785c98ba8..4d9426481 100644
--- a/module/plugins/crypter/NCryptIn.py
+++ b/module/plugins/crypter/NCryptIn.py
@@ -99,7 +99,7 @@ class NCryptIn(Crypter):
# Submit package password
if "password" in form:
- password = self.package.password
+ password = self.getPassword()
self.log.debug("%s: Submitting password [%s] for protected links" % (self.__name__, password))
postData['password'] = password