diff --git a/api/api/services/validator.py b/api/api/services/validator.py index c6389de..842e8ad 100644 --- a/api/api/services/validator.py +++ b/api/api/services/validator.py @@ -111,7 +111,8 @@ def captcha_validation(self): # check hcatpcha catpcha_verified = captcha_verify( self.request_data.get('captcha'), - current_app.config['CAPTCHA_VERIFY_ENDPOINT'], current_app.config['CAPTCHA_SECRET_KEY'], + current_app.config['CAPTCHA_VERIFY_ENDPOINT'], + current_app.config['CAPTCHA_SECRET_KEY'], self.ip_address, current_app.config['CAPTCHA_SITE_KEY'] )