Skip to content

Commit

Permalink
create playlist
Browse files Browse the repository at this point in the history
  • Loading branch information
okanvk committed Sep 26, 2020
1 parent 3617a6a commit a2a9e96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ def recommend_tracks(self, token):
recommended_songs.append(selected_track)
track_map.append(id)

#self.spotify_api.create_playlist(token, list(set(track_uris)))
self.spotify_api.create_playlist(token, list(set(track_uris)))

return recommended_songs

0 comments on commit a2a9e96

Please sign in to comment.