summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/LetitbitNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/LetitbitNet.py')
-rw-r--r--module/plugins/hoster/LetitbitNet.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/LetitbitNet.py b/module/plugins/hoster/LetitbitNet.py
index 199057b48..805e15bf9 100644
--- a/module/plugins/hoster/LetitbitNet.py
+++ b/module/plugins/hoster/LetitbitNet.py
@@ -91,8 +91,8 @@ class LetitbitNet(SimpleHoster):
self.log_debug(res)
- recaptcha = ReCaptcha(pyfile)
- response, challenge = recaptcha.challenge()
+ self.captcha = ReCaptcha(pyfile)
+ response, challenge = self.captcha.challenge()
post_data = {'recaptcha_challenge_field': challenge,
'recaptcha_response_field': response,