Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2017-02-26 19:53:53 +01:00
parent 95f5ceb2d0
commit 0e26631cb5

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")