diff options
author | fragonib <devnull@localhost> | 2011-05-30 23:23:01 +0200 |
---|---|---|
committer | fragonib <devnull@localhost> | 2011-05-30 23:23:01 +0200 |
commit | 8fca7cdb31f11ba6d43758d0056b63960e8f5617 (patch) | |
tree | ccecedbd2971d30b2fecc150dc9322815430f856 /module/plugins/crypter/NCryptIn.py | |
parent | fix dlc, new cli functions, new locale (diff) | |
download | pyload-8fca7cdb31f11ba6d43758d0056b63960e8f5617.tar.xz |
Serveral Plugins: Clean up
Diffstat (limited to 'module/plugins/crypter/NCryptIn.py')
-rw-r--r-- | module/plugins/crypter/NCryptIn.py | 2 |
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
|