Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2017-02-25 19:41:25 +01:00
parent 6f02e86e63
commit 5ddc463d6e

View File

@@ -350,7 +350,7 @@ def get_token(code):
response = s.send(prepped)
token_json = response.json()
if token_json['status_code'] == 200:
thetoken = token_json['access_token']
expires_in = token_json['expires_in']