used black
This commit is contained in:
@@ -8,11 +8,10 @@ class Spotify(object):
|
||||
def __init__(self, client_id, client_secret):
|
||||
self.spotify = spotipy.Spotify(
|
||||
client_credentials_manager=SpotifyClientCredentials(
|
||||
client_id=client_id,
|
||||
client_secret=client_secret
|
||||
client_id=client_id, client_secret=client_secret
|
||||
),
|
||||
backoff_factor=0.1,
|
||||
retries=10
|
||||
retries=10,
|
||||
)
|
||||
|
||||
self.songs = Songs(self.spotify)
|
||||
|
||||
Reference in New Issue
Block a user