summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/RelinkUs.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/RelinkUs.py')
-rw-r--r--module/plugins/crypter/RelinkUs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/RelinkUs.py b/module/plugins/crypter/RelinkUs.py
index 64fbb9214..4376a8c8d 100644
--- a/module/plugins/crypter/RelinkUs.py
+++ b/module/plugins/crypter/RelinkUs.py
@@ -75,7 +75,7 @@ class RelinkUs(Crypter):
self.log.debug("%s: Unable to get package id from url [%s]" % (self.__name__, url))
return
id = m.group('id')
- password = self.package.password
+ password = self.getPassword()
# Submit package password
url = "http://www.relink.us/container_password.php?id=" + id