mirror of
https://github.com/c0de-archive/spotipy.git
synced 2024-11-04 23:17:48 +00:00
Fixes a small example error
This commit is contained in:
parent
b412de8d75
commit
a1b3afabf4
@ -202,7 +202,7 @@ Shows the contents of every playlist owned by a user::
|
||||
import spotipy
|
||||
import spotipy.util as util
|
||||
|
||||
def show_tracks(results):
|
||||
def show_tracks(tracks):
|
||||
for i, item in enumerate(tracks['items']):
|
||||
track = item['track']
|
||||
print " %d %32.32s %s" % (i, track['artists'][0]['name'],
|
||||
|
Loading…
Reference in New Issue
Block a user