mirror of
https://github.com/c0de-archive/spotipy.git
synced 2024-11-05 07:27:47 +00:00
Fix usage message
This commit is contained in:
parent
1bdd8b32c3
commit
f832bd54dd
@ -16,7 +16,7 @@ if __name__ == '__main__':
|
||||
username = sys.argv[1]
|
||||
else:
|
||||
print("Whoops, need your username!")
|
||||
print("usage: python user_playlists.py [username]")
|
||||
print("usage: python user_playlists_contents.py [username]")
|
||||
sys.exit()
|
||||
|
||||
token = util.prompt_for_user_token(username)
|
||||
|
Loading…
Reference in New Issue
Block a user