Private
Public Access
1
0
This commit is contained in:
2025-06-20 19:38:54 +02:00
parent 258740e490
commit 2722955f13
4 changed files with 5 additions and 2 deletions

View File

@@ -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',