mirror of
https://github.com/c0de-archive/spotipy.git
synced 2025-01-07 23:22:49 +00:00
commit
c319176882
@ -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