From 3ed903e6ce4d3f9f5eaf08fe7bbb7e67e623a813 Mon Sep 17 00:00:00 2001 From: "Ryan K. Lee" Date: Sat, 6 Jul 2019 01:49:46 -0700 Subject: [PATCH] Update print parentheses in read_a_playlist.py --- examples/read_a_playlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/read_a_playlist.py b/examples/read_a_playlist.py index dbcf984..6c0dc72 100644 --- a/examples/read_a_playlist.py +++ b/examples/read_a_playlist.py @@ -10,4 +10,4 @@ username = uri.split(':')[2] playlist_id = uri.split(':')[4] results = sp.user_playlist(username, playlist_id) -print json.dumps(results, indent=4) +print (json.dumps(results, indent=4))