Skip to content

Commit 61dc7fc

Browse files
authored
Update web_programming/recaptcha_verification.py
1 parent 05b38df commit 61dc7fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web_programming/recaptcha_verification.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242

4343

4444
def login_using_recaptcha(request):
45-
# Enter your recaptcha secret key here, e.g. "secretKey"
46-
secret_key = ""
45+
# Enter your recaptcha secret key here
46+
secret_key = "secretKey" # noqa: S105
4747
url = "https://www.google.com/recaptcha/api/siteverify"
4848

4949
# when method is not POST, direct user to login page

0 commit comments

Comments
 (0)