We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f028a12 commit 75e9e23Copy full SHA for 75e9e23
pcomfortcloud/authentication.py
@@ -268,7 +268,7 @@ def _get_new_token(self):
268
"x-app-timestamp": timestamp,
269
"x-app-type": "1",
270
"x-app-version": self._app_version,
271
- "x-cfc-api-key": self._get_api_key(timestamp, self._token["access_token"]),
+ "x-cfc-api-key": self._get_api_key(timestamp, token_response["access_token"]),
272
"x-user-authorization-v2": "Bearer " + token_response["access_token"]
273
},
274
json={
0 commit comments