Update main.py
Browse files
main.py
CHANGED
@@ -159,7 +159,7 @@ async def register_post(
|
|
159 |
):
|
160 |
# Perform reCAPTCHA verification first
|
161 |
|
162 |
-
recaptcha_secret = '
|
163 |
recaptcha_url = 'https://www.google.com/recaptcha/api/siteverify'
|
164 |
recaptcha_data = {
|
165 |
'secret': recaptcha_secret,
|
|
|
159 |
):
|
160 |
# Perform reCAPTCHA verification first
|
161 |
|
162 |
+
recaptcha_secret = '6LdMjQcpAAAAAF8wutZt2Jcwvur-qtxsnoiGoHdG' # Replace with your reCAPTCHA secret key
|
163 |
recaptcha_url = 'https://www.google.com/recaptcha/api/siteverify'
|
164 |
recaptcha_data = {
|
165 |
'secret': recaptcha_secret,
|