mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +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