mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
Update print parentheses in read_a_playlist.py
This commit is contained in:
parent
cc158c34f1
commit
3ed903e6ce
@ -10,4 +10,4 @@ username = uri.split(':')[2]
|
|||||||
playlist_id = uri.split(':')[4]
|
playlist_id = uri.split(':')[4]
|
||||||
|
|
||||||
results = sp.user_playlist(username, playlist_id)
|
results = sp.user_playlist(username, playlist_id)
|
||||||
print json.dumps(results, indent=4)
|
print (json.dumps(results, indent=4))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user