mirror of
https://github.com/c0de-archive/spotipy.git
synced 2025-07-30 14:00:18 +00:00
Fixed retry bug again
This commit is contained in:
@@ -131,7 +131,7 @@ class Spotify(object):
|
||||
time.sleep(delay)
|
||||
delay += 1
|
||||
else:
|
||||
print ('http status:' + status)
|
||||
print ('http status:' + str(status))
|
||||
raise
|
||||
|
||||
def _post(self, url, args=None, payload=None, **kwargs):
|
||||
|
Reference in New Issue
Block a user