summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/NarodRu.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/NarodRu.py')
-rw-r--r--module/plugins/hoster/NarodRu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/NarodRu.py b/module/plugins/hoster/NarodRu.py
index 3c3b0d124..53171c837 100644
--- a/module/plugins/hoster/NarodRu.py
+++ b/module/plugins/hoster/NarodRu.py
@@ -40,7 +40,7 @@ class NarodRu(SimpleHoster):
if m is None:
self.error(_("Captcha"))
- post_data = {"action": "sendcapcha"}
+ post_data = {'action': "sendcapcha"}
captcha_url, post_data['key'] = m.groups()
post_data['rep'] = self.decrypt_captcha(captcha_url)