fix
This commit is contained in:
@@ -139,7 +139,7 @@ class NKIntegration(SyncIntegration):
|
||||
after = temp
|
||||
|
||||
r = self.rower
|
||||
authorizationstring = str('Bearer ' + r.nktoken)
|
||||
authorizationstring = "Bearer {token}".format(token = r.nktoken)
|
||||
headers = {'Authorization': authorizationstring,
|
||||
'user-agent': 'sanderroosendaal',
|
||||
'Content-Type': 'application/json',
|
||||
|
||||
Reference in New Issue
Block a user