Update main.py
Browse files
main.py
CHANGED
@@ -30,13 +30,7 @@ templates = Jinja2Templates(directory="templates")
|
|
30 |
def create_assessment(
|
31 |
project_id: str, recaptcha_key: str, token: str, recaptcha_action: str
|
32 |
) -> Assessment:
|
33 |
-
|
34 |
-
Args:
|
35 |
-
project_id: Your Google Cloud project ID.
|
36 |
-
recaptcha_key: The reCAPTCHA key associated with the site/app
|
37 |
-
token: The generated token obtained from the client.
|
38 |
-
recaptcha_action: Action name corresponding to the token.
|
39 |
-
"""
|
40 |
|
41 |
client = recaptchaenterprise_v1.RecaptchaEnterpriseServiceClient()
|
42 |
|
|
|
30 |
def create_assessment(
|
31 |
project_id: str, recaptcha_key: str, token: str, recaptcha_action: str
|
32 |
) -> Assessment:
|
33 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
client = recaptchaenterprise_v1.RecaptchaEnterpriseServiceClient()
|
36 |
|