v1.27
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user