Merge branch 'release/v18.2.4'
This commit is contained in:
@@ -99,6 +99,9 @@ def get_token(code):
|
|||||||
thetoken = token_json['access_token']
|
thetoken = token_json['access_token']
|
||||||
expires_in = token_json['expires_in']
|
expires_in = token_json['expires_in']
|
||||||
user_id = token_json['x_user_id']
|
user_id = token_json['x_user_id']
|
||||||
|
dologging('polar.log',response.status_code)
|
||||||
|
dologging('polar.log',response.text)
|
||||||
|
dologging('polar.log',token_json)
|
||||||
except (KeyError,JSONDecodeError) as e:
|
except (KeyError,JSONDecodeError) as e:
|
||||||
dologging('polar.log',e)
|
dologging('polar.log',e)
|
||||||
dologging('polar.log',response.text)
|
dologging('polar.log',response.text)
|
||||||
|
|||||||
Reference in New Issue
Block a user