mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
Update oauth2.py
This commit is contained in:
parent
4c2c1d763a
commit
d588d22a2d
@ -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
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user