diff options
| author | 2014-10-27 01:18:45 +0100 | |
|---|---|---|
| committer | 2014-10-27 01:18:45 +0100 | |
| commit | 146fe1e309c33ab149bfaf58ad86c0dd4fb9b156 (patch) | |
| tree | 22bf2ace19d926392dbe7ba48e44c13c63cd368a /module/plugins/hoster/FastshareCz.py | |
| parent | [SimpleHoster] Direct download link support (diff) | |
| download | pyload-146fe1e309c33ab149bfaf58ad86c0dd4fb9b156.tar.xz | |
Spare code cosmetics
Diffstat (limited to 'module/plugins/hoster/FastshareCz.py')
| -rw-r--r-- | module/plugins/hoster/FastshareCz.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/module/plugins/hoster/FastshareCz.py b/module/plugins/hoster/FastshareCz.py index a07f741fa..f15d95ad5 100644 --- a/module/plugins/hoster/FastshareCz.py +++ b/module/plugins/hoster/FastshareCz.py @@ -58,7 +58,7 @@ class FastshareCz(SimpleHoster):          if check == "paralell_dl":              self.retry(6, 10 * 60, "Paralell download")          elif check == "wrong_captcha": -            self.retry(max_tries=5, reason="Wrong captcha") +            self.retry(max_tries=5, reason=_("Wrong captcha"))      def handlePremium(self): | 
