Fix indentation

This commit is contained in:
Hugo Levy-Falk 2019-03-12 22:05:06 +01:00 committed by root
parent b4906d8b25
commit b12df74fe7

View file

@ -222,6 +222,7 @@ class Re2oAPIClient:
# Update headers to force the 'Authorization' field with the right token
self.log.debug("Forcing authentication token.")
self.log.debug("Token =" + str(self.get_token()))
headers.update({
'Authorization': 'Token {}'.format(self.get_token())
})