summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2014-06-01 19:22:27 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2014-06-01 19:22:27 +0200
commit33f2bd9970a6c03c8ba8924277b39b06bba011db (patch)
tree29a53508ce29226074c2e0903278a0bca449dd7b
parentimplemented deprecated method for some crypter (diff)
downloadpyload-33f2bd9970a6c03c8ba8924277b39b06bba011db.tar.xz
added missing argument
-rw-r--r--pyload/plugins/Crypter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/Crypter.py b/pyload/plugins/Crypter.py
index d2a9482d1..e3b373dbb 100644
--- a/pyload/plugins/Crypter.py
+++ b/pyload/plugins/Crypter.py
@@ -286,7 +286,7 @@ class Crypter(Base):
""" Retry decrypting, will only work once. Somewhat deprecated method, should be avoided. """
raise Retry()
- def getPassword():
+ def getPassword(self):
""" Deprecated """
self.logDebug("Deprecated method .getPassword(), use self.password instead.")
return self.password