mirror of
https://github.com/beetbox/beets.git
synced 2026-01-02 05:52:50 +01:00
parent
9749d9f134
commit
f899ed93ac
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ def import_lastfm(lib, log):
|
|||
else:
|
||||
log.error('ERROR: unable to read page #{0}',
|
||||
page_current + 1)
|
||||
log.debug('API response: {}', page)
|
||||
if retry < retry_limit:
|
||||
log.info(
|
||||
'Retrying page #{0}... ({1}/{2} retry)',
|
||||
|
|
|
|||
Loading…
Reference in a new issue