Update main.py
Browse files
main.py
CHANGED
@@ -24,8 +24,8 @@ app.mount("/static", StaticFiles(directory="static"), name="static")
|
|
24 |
#router = APIRouter()
|
25 |
templates = Jinja2Templates(directory="templates")
|
26 |
|
27 |
-
from google.cloud import recaptchaenterprise_v1
|
28 |
-
from google.cloud.recaptchaenterprise_v1 import Assessment
|
29 |
|
30 |
def create_assessment(
|
31 |
project_id: str, recaptcha_key: str, token: str, recaptcha_action: str
|
|
|
24 |
#router = APIRouter()
|
25 |
templates = Jinja2Templates(directory="templates")
|
26 |
|
27 |
+
#from google.cloud import recaptchaenterprise_v1
|
28 |
+
#from google.cloud.recaptchaenterprise_v1 import Assessment
|
29 |
|
30 |
def create_assessment(
|
31 |
project_id: str, recaptcha_key: str, token: str, recaptcha_action: str
|