mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 01:03: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,
|
||||
data=payload,
|
||||
headers=headers,
|
||||
verify=True,
|
||||
proxies=self.proxies,
|
||||
timeout=self.requests_timeout,
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user