mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 01:03:53 +00:00
Made sure that the line column is not over 99.
This commit is contained in:
parent
0a8e7f635e
commit
f4c2b90a29
@ -421,8 +421,9 @@ class Spotify(object):
|
||||
|
||||
if album_type:
|
||||
warnings.warn(
|
||||
"You're using `artist_albums(..., album_type='...')` which will be removed in future versions. "
|
||||
"Please adjust your code accordingly by using `artist_albums(..., include_groups='...')` instead.",
|
||||
"You're using `artist_albums(..., album_type='...')` which will be removed in "
|
||||
"future versions. Please adjust your code accordingly by using "
|
||||
"`artist_albums(..., include_groups='...')` instead.",
|
||||
DeprecationWarning,
|
||||
)
|
||||
include_groups = album_type if include_groups is None else include_groups
|
||||
|
||||
Loading…
Reference in New Issue
Block a user