Private
Public Access
1
0

Merge branch 'hotfix/v1.27'

This commit is contained in:
Sander Roosendaal
2017-02-26 19:55:09 +01:00

View File

@@ -352,7 +352,7 @@ def get_token(code):
response = s.send(prepped)
with open("media/c2authorize.log","a") as f:
f.write(reponse+"\n")
f.write(response+"\n")
f.write(reponse.status_code+"\n")
f.write(reponse.text+"\n")
f.write(response.json+"\n\n")