Update docstring for parse_library()

The docstring of parse_library still mentions the library_stats
dictionary, which had already been removed.
This commit is contained in:
Chris Shyi
2018-06-25 22:09:05 -04:00
parent bdc88b5bdb
commit 4c55744db8

View File

@@ -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.