From 0a8e7f635ec5e2ea877c7418597d5451a8806f68 Mon Sep 17 00:00:00 2001 From: Niko Date: Fri, 17 May 2024 12:37:54 +0200 Subject: [PATCH] Added missing comma to artist_albums --- spotipy/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotipy/client.py b/spotipy/client.py index 1d6de4a..743c116 100644 --- a/spotipy/client.py +++ b/spotipy/client.py @@ -405,7 +405,7 @@ class Spotify(object): return self._get("artists/?ids=" + ",".join(tlist)) def artist_albums( - self, artist_id, album_type=None, include_groups=None country=None, limit=20, offset=0 + self, artist_id, album_type=None, include_groups=None, country=None, limit=20, offset=0 ): """ Get Spotify catalog information about an artist's albums