Update oauth2.py

This commit is contained in:
Mike Rossetti 2019-04-14 21:30:16 -04:00 committed by GitHub
parent 4c2c1d763a
commit d588d22a2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ class SpotifyClientCredentials(object):
def __init__(self, client_id=None, client_secret=None, proxies=None): def __init__(self, client_id=None, client_secret=None, proxies=None):
""" """
You can either provid a client_id and client_secret to the You can either provide a client_id and client_secret to the
constructor or set SPOTIPY_CLIENT_ID and SPOTIPY_CLIENT_SECRET constructor or set SPOTIPY_CLIENT_ID and SPOTIPY_CLIENT_SECRET
environment variables environment variables
""" """