From 1a6df541110f75bbb497b69e79877c31c8e92ddf Mon Sep 17 00:00:00 2001 From: dvirOsher <32063303+dvirOsher@users.noreply.github.com> Date: Sat, 26 Jun 2021 22:20:45 +0300 Subject: [PATCH] update current_user_saved_albums function message (#697) max limit spotipy can handler without getting any HTTP 401 error is 50. --- spotipy/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotipy/client.py b/spotipy/client.py index 9704b9c..4050a57 100644 --- a/spotipy/client.py +++ b/spotipy/client.py @@ -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.