nothing
This commit is contained in:
@@ -350,7 +350,7 @@ def get_token(code):
|
|||||||
response = s.send(prepped)
|
response = s.send(prepped)
|
||||||
|
|
||||||
token_json = response.json()
|
token_json = response.json()
|
||||||
|
|
||||||
if token_json['status_code'] == 200:
|
if token_json['status_code'] == 200:
|
||||||
thetoken = token_json['access_token']
|
thetoken = token_json['access_token']
|
||||||
expires_in = token_json['expires_in']
|
expires_in = token_json['expires_in']
|
||||||
|
|||||||
Reference in New Issue
Block a user