mirror of
https://github.com/beetbox/beets.git
synced 2025-12-24 17:43:52 +01:00
Change log to info
This commit is contained in:
parent
4d826168a4
commit
1cd78ad3c5
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ class SpotifyPlugin(MetadataSourcePlugin, BeetsPlugin):
|
|||
elif response.status_code == 429:
|
||||
seconds = response.headers.get('Retry-After',
|
||||
DEFAULT_WAITING_TIME)
|
||||
self._log.debug('Too many API requests. Retrying after {} \
|
||||
self._log.info('Too many API requests. Retrying after {} \
|
||||
seconds.', seconds)
|
||||
time.sleep(int(seconds) + 1)
|
||||
return self._handle_response(request_type, url, params=params)
|
||||
|
|
|
|||
Loading…
Reference in a new issue