Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DogukanUrker committed Jan 18, 2024
1 parent 1e98a6c commit c963306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
message("2", "RECAPTCHA IS ON")
message("3", f"RECAPTCHA RECAPTCHA_SITE_KEY KEY: {RECAPTCHA_SITE_KEY}")
message("3", f"RECAPTCHA SECRET KEY: {RECAPTCHA_SECRET_KEY}")
message("3", f"RECAPTCHA VERIFY URL: {RECAPTCHA_VERIFY_URL}")
message("6", f"RECAPTCHA LOGIN: {RECAPTCHA_LOGIN}")
message("6", f"RECAPTCHA SIGN UP: {RECAPTCHA_SIGN_UP }")
message("6", f"RECAPTCHA POST CREATE: {RECAPTCHA_POST_CREATE}")
Expand Down

0 comments on commit c963306

Please sign in to comment.