summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/NetfolderIn.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/NetfolderIn.py')
-rw-r--r--module/plugins/crypter/NetfolderIn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/NetfolderIn.py b/module/plugins/crypter/NetfolderIn.py
index 995eb4d4c..3a1e4e331 100644
--- a/module/plugins/crypter/NetfolderIn.py
+++ b/module/plugins/crypter/NetfolderIn.py
@@ -50,7 +50,7 @@ class NetfolderIn(Crypter):
self.log.debug("%s: Unable to get package id from url [%s]" % (self.__name__, url))
return
url = "http://netfolder.in/folder.php?folder_id=" + id
- password = self.pyfile.package().password
+ password = self.getPassword()
# Submit package password
post = { 'password' : password, 'save' : 'Absenden' }