From 0e5305fdcee099b17ea1df72c196efde1cc59136 Mon Sep 17 00:00:00 2001 From: aaronleetw Date: Sat, 2 Oct 2021 02:40:39 +0000 Subject: [PATCH] Fix typo --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 5b55512..66c8044 100644 --- a/app.py +++ b/app.py @@ -43,7 +43,7 @@ def verify_recaptcha(response): } r = requests.post( 'https://www.google.com/recaptcha/api/siteverify', data=data) - print(j.json()) + print(r.json()) return r.json()['success']