Fix indentation
This commit is contained in:
parent
b4906d8b25
commit
b12df74fe7
1 changed files with 61 additions and 60 deletions
|
@ -222,6 +222,7 @@ class Re2oAPIClient:
|
||||||
|
|
||||||
# Update headers to force the 'Authorization' field with the right token
|
# Update headers to force the 'Authorization' field with the right token
|
||||||
self.log.debug("Forcing authentication token.")
|
self.log.debug("Forcing authentication token.")
|
||||||
|
self.log.debug("Token =" + str(self.get_token()))
|
||||||
headers.update({
|
headers.update({
|
||||||
'Authorization': 'Token {}'.format(self.get_token())
|
'Authorization': 'Token {}'.format(self.get_token())
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue