diff options
Diffstat (limited to 'module/plugins/ReCaptcha.py')
-rw-r--r-- | module/plugins/ReCaptcha.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/plugins/ReCaptcha.py b/module/plugins/ReCaptcha.py index 6f7ebe22c..e8b86195a 100644 --- a/module/plugins/ReCaptcha.py +++ b/module/plugins/ReCaptcha.py @@ -18,4 +18,3 @@ class ReCaptcha(): def result(self, server, challenge): return self.plugin.decryptCaptcha("%simage"%server, get={"c":challenge}, cookies=True, imgtype="jpg") - |