2.16.1: Automatic retries bugfixes
stephanebruckert
released this
24 Oct 13:46
·
172 commits
to master
since this release
Fixed
- playlist_tracks example code no longer prints extra characters on final loop iteration
- SpotifyException now thrown when a request fails & has no response (#571, #581)
- Added scope,
playlist-read-private
, to examples that access user playlists using the spotipy api: current_user_playlists() (#591) - Enable retries for POST, DELETE, PUT (#577)
Changed
- both inline and starting import lists are sorted using
isort
module - changed Max Retries exception code from 599 to 429