We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f1afc commit 9f8b096Copy full SHA for 9f8b096
1 file changed
tidalapi/__init__.py
@@ -288,7 +288,7 @@ def token_refresh(self, refresh_token):
288
'grant_type': 'refresh_token',
289
'refresh_token': refresh_token,
290
'client_id': self._config.client_id,
291
- 'client_secret': self._config.client_id
+ 'client_secret': self._config.client_secret
292
}
293
294
request = requests.post(url, params)
0 commit comments