Fixed retry bug again

This commit is contained in:
Paul Lamere
2015-04-28 07:17:10 -04:00
parent cf75879a15
commit 0d2e173099
4 changed files with 4 additions and 4 deletions

View File

@@ -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):