mirror of
https://github.com/c0de-archive/spotipy.git
synced 2024-11-05 07:27:47 +00:00
Merge pull request #15 from JMPerez/master
Rename scope to playlist-modify-public
This commit is contained in:
commit
58123eda31
@ -16,7 +16,7 @@ else:
|
|||||||
print "Usage: %s username playlist_id track_id ..." % (sys.argv[0],)
|
print "Usage: %s username playlist_id track_id ..." % (sys.argv[0],)
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
scope = 'playlist-modify'
|
scope = 'playlist-modify-public'
|
||||||
token = util.prompt_for_user_token(username, scope)
|
token = util.prompt_for_user_token(username, scope)
|
||||||
|
|
||||||
if token:
|
if token:
|
||||||
|
Loading…
Reference in New Issue
Block a user