Skip to content
Snippets Groups Projects
Commit eb960abd authored by ale's avatar ale
Browse files

fix typo

parent 6723ad2f
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ class Scanner(object):
mp3.state = MP3.READY
except BadMetadataError:
log.info('bad metadata for %s' % mp3.sha1)
mp3.state = MP3_BAD_METADATA
mp3.state = MP3.BAD_METADATA
except Exception, e:
log.error(traceback.format_exc())
mp3.state = MP3.ERROR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment