diff --git a/spotipy/oauth2.py b/spotipy/oauth2.py index 60f00b9..c19c9a3 100644 --- a/spotipy/oauth2.py +++ b/spotipy/oauth2.py @@ -227,7 +227,6 @@ class SpotifyClientCredentials(SpotifyAuthBase): self.OAUTH_TOKEN_URL, data=payload, headers=headers, - verify=True, proxies=self.proxies, timeout=self.requests_timeout, )