update current_user_saved_albums function message (#697)

max limit spotipy can handler without getting any HTTP 401 error is 50.
This commit is contained in:
dvirOsher 2021-06-26 22:20:45 +03:00 committed by GitHub
parent 72280c850b
commit 1a6df54111
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1182,7 +1182,7 @@ class Spotify(object):
"Your Music" library
Parameters:
- limit - the number of albums to return
- limit - the number of albums to return (MAX_LIMIT=50)
- offset - the index of the first album to return
- market - an ISO 3166-1 alpha-2 country code.