You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oauth2/example-oauth2-server/website/routes.py", line 58, in create_client
client_id_issued_at = int(time.time())
NameError: name 'time' is not defined
127.0.0.1 - - [25/Nov/2019 20:18:51] "POST /create_client HTTP/1.1" 500 -
add
import time
in website/routes.py
The text was updated successfully, but these errors were encountered:
add
in website/routes.py
The text was updated successfully, but these errors were encountered: