Private
Public Access
1
0

Merge branch 'release/v18.2.4'

This commit is contained in:
Sander Roosendaal
2022-01-19 11:14:17 +01:00

View File

@@ -99,6 +99,9 @@ def get_token(code):
thetoken = token_json['access_token']
expires_in = token_json['expires_in']
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:
dologging('polar.log',e)
dologging('polar.log',response.text)