mirror of
https://github.com/aaronleetw/Attendance.git
synced 2024-11-14 19:11:39 -08:00
Fix typo
This commit is contained in:
parent
eb5e096942
commit
0e5305fdce
1 changed files with 1 additions and 1 deletions
2
app.py
2
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']
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue