mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
fix: dont override verify attribute when requesting access token
This commit is contained in:
parent
9119b6a070
commit
50f08e3186
@ -227,7 +227,6 @@ class SpotifyClientCredentials(SpotifyAuthBase):
|
|||||||
self.OAUTH_TOKEN_URL,
|
self.OAUTH_TOKEN_URL,
|
||||||
data=payload,
|
data=payload,
|
||||||
headers=headers,
|
headers=headers,
|
||||||
verify=True,
|
|
||||||
proxies=self.proxies,
|
proxies=self.proxies,
|
||||||
timeout=self.requests_timeout,
|
timeout=self.requests_timeout,
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user