diff options
author | Stefano <l.stickell@yahoo.it> | 2013-07-25 21:01:35 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2013-07-25 21:01:35 +0200 |
commit | cfbdcc19337314c0bc8901711ec0e63147e1c3d0 (patch) | |
tree | 0a7df1beef1c7d81aab0d739b56ffbeb17029f83 /module/plugins/crypter/LinkSaveIn.py | |
parent | Fixed PEP 8 violations in Hooks (diff) | |
download | pyload-cfbdcc19337314c0bc8901711ec0e63147e1c3d0.tar.xz |
Fixed some pylint violations
Diffstat (limited to 'module/plugins/crypter/LinkSaveIn.py')
-rw-r--r-- | module/plugins/crypter/LinkSaveIn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/LinkSaveIn.py b/module/plugins/crypter/LinkSaveIn.py index a73b7cc19..129da6608 100644 --- a/module/plugins/crypter/LinkSaveIn.py +++ b/module/plugins/crypter/LinkSaveIn.py @@ -48,7 +48,7 @@ class LinkSaveIn(Crypter): if not self.isOnline(): self.offline() - # Check for protection + # Check for protection if self.isPasswordProtected(): self.unlockPasswordProtection() self.handleErrors() |