mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 01:03:53 +00:00
Use unused description parameter in example
This commit is contained in:
parent
a14a28e10c
commit
e3629cdacb
@ -24,7 +24,7 @@ def main():
|
|||||||
scope = "playlist-modify-public"
|
scope = "playlist-modify-public"
|
||||||
sp = spotipy.Spotify(auth_manager=SpotifyOAuth(scope=scope))
|
sp = spotipy.Spotify(auth_manager=SpotifyOAuth(scope=scope))
|
||||||
user_id = sp.me()['id']
|
user_id = sp.me()['id']
|
||||||
sp.user_playlist_create(user_id, args.playlist)
|
sp.user_playlist_create(user_id, args.playlist, description=args.description)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user