diff options
Diffstat (limited to 'module/plugins/accounts')
-rw-r--r-- | module/plugins/accounts/FastshareCz.py | 2 | ||||
-rw-r--r-- | module/plugins/accounts/MultishareCz.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/accounts/FastshareCz.py b/module/plugins/accounts/FastshareCz.py index 44c4215ac..9b9173315 100644 --- a/module/plugins/accounts/FastshareCz.py +++ b/module/plugins/accounts/FastshareCz.py @@ -53,4 +53,4 @@ class FastshareCz(Account): }, decode=True) if u'>Špatné uživatelské jméno nebo heslo.<' in html: - self.wrongPassword()
\ No newline at end of file + self.wrongPassword() diff --git a/module/plugins/accounts/MultishareCz.py b/module/plugins/accounts/MultishareCz.py index f10f89fe5..505b57752 100644 --- a/module/plugins/accounts/MultishareCz.py +++ b/module/plugins/accounts/MultishareCz.py @@ -56,4 +56,4 @@ class MultishareCz(Account): }, decode=True) if '<div class="akce-chyba akce">' in html: - self.wrongPassword()
\ No newline at end of file + self.wrongPassword() |