From 12485652a14c55e102e5d073f4bf9518f5cf5f85 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 11 Apr 2014 12:16:14 +0200 Subject: Fix EOF Merges vuolter/pyload@00052b2 --- module/plugins/accounts/FastshareCz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/accounts/FastshareCz.py') 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() -- cgit v1.2.3