Update deps versions, minor spotify fix, removed db sync, suppress deprecationwarning

This commit is contained in:
hhh
2024-07-03 20:49:10 +03:00
parent 9b47a74523
commit f26bc7429a
16 changed files with 19 additions and 254 deletions

View File

@@ -10,7 +10,9 @@ class Spotify(object):
client_credentials_manager=SpotifyClientCredentials(
client_id=client_id,
client_secret=client_secret
)
),
backoff_factor=0.1,
retries=10
)
self.songs = Songs(self.spotify)