mirror of
https://github.com/beetbox/beets.git
synced 2025-12-09 18:12:19 +01:00
echonest: tiny py26 fix
This commit is contained in:
parent
19868946d5
commit
d0e53d48b3
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ class EchonestMetadataPlugin(plugins.BeetsPlugin):
|
|||
elif e.code == 5:
|
||||
# specified identifier does not exist
|
||||
# no use in trying again.
|
||||
log.debug(u'echonest: {}'.format(e))
|
||||
log.debug(u'echonest: {0}'.format(e))
|
||||
return None
|
||||
else:
|
||||
log.error(u'echonest: {0}'.format(e.args[0][0]))
|
||||
|
|
|
|||
Loading…
Reference in a new issue