diff options
| -rw-r--r-- | pyload/plugins/Crypter.py | 2 | 
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 | 
