mirror of
https://github.com/c0de-archive/spotipy.git
synced 2025-01-08 15:42:48 +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]
|
username = sys.argv[1]
|
||||||
else:
|
else:
|
||||||
print("Whoops, need your username!")
|
print("Whoops, need your username!")
|
||||||
print("usage: python user_playlists.py [username]")
|
print("usage: python user_playlists_contents.py [username]")
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
token = util.prompt_for_user_token(username)
|
token = util.prompt_for_user_token(username)
|
||||||
|
Loading…
Reference in New Issue
Block a user