summaryrefslogtreecommitdiffstats
path: root/module/plugins
diff options
context:
space:
mode:
authorGravatar eerozeteen <eerozeteen@gmail.com> 2014-10-22 08:22:31 +0200
committerGravatar eerozeteen <eerozeteen@gmail.com> 2014-10-22 08:22:31 +0200
commite24a10387d38c706839a4d86e1b23780c52e9a5b (patch)
treeca164c16547c03b157de0f1f5537e984aa5944b0 /module/plugins
parentImprove COOKIES parsing (diff)
downloadpyload-e24a10387d38c706839a4d86e1b23780c52e9a5b.tar.xz
Update Captcha9kw.py
syntax error, added missing parentheses
Diffstat (limited to 'module/plugins')
-rwxr-xr-xmodule/plugins/hooks/Captcha9kw.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hooks/Captcha9kw.py b/module/plugins/hooks/Captcha9kw.py
index 7c1fa40fd..4eb7e0ffc 100755
--- a/module/plugins/hooks/Captcha9kw.py
+++ b/module/plugins/hooks/Captcha9kw.py
@@ -130,7 +130,7 @@ class Captcha9kw(Hook):
"pyload": "1",
"source": "pyload",
"id": task.data['ticket']})
- self.logInfo(_("Request correct", response)
+ self.logInfo(_("Request correct"), response)
except BadHeader, e:
self.logError(_("Could not send correct request."), e)
@@ -149,7 +149,7 @@ class Captcha9kw(Hook):
"pyload": "1",
"source": "pyload",
"id": task.data['ticket']})
- self.logInfo(_("Request refund", response)
+ self.logInfo(_("Request refund"), response)
except BadHeader, e:
self.logError(_("Could not send refund request."), e)