Merge pull request #15 from JMPerez/master

Rename scope to playlist-modify-public
This commit is contained in:
Paul Lamere
2014-07-21 13:28:15 -04:00

View File

@@ -16,7 +16,7 @@ else:
print "Usage: %s username playlist_id track_id ..." % (sys.argv[0],)
sys.exit()
scope = 'playlist-modify'
scope = 'playlist-modify-public'
token = util.prompt_for_user_token(username, scope)
if token: