diff --git a/spotifyvis/utils.py b/spotifyvis/utils.py index 3bb47e3..f94f76f 100644 --- a/spotifyvis/utils.py +++ b/spotifyvis/utils.py @@ -15,7 +15,7 @@ import json def parse_library(headers, tracks, user): - """Scans user's library for certain number of tracks to update library_stats with. + """Scans user's library for certain number of tracks and store the information in a database :headers: For API call. :tracks: Number of tracks to get from user's library.