Gregniuki commited on
Commit
1fb8df5
·
1 Parent(s): af8268b

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -7
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
- """Create an assessment to analyse the risk of a UI action.
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