echonest: tiny py26 fix

This commit is contained in:
Adrian Sampson 2013-12-12 15:50:08 -08:00
parent 19868946d5
commit d0e53d48b3

View file

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