mirror of
https://github.com/beetbox/beets.git
synced 2026-01-02 14:03:12 +01:00
art: fix a docstring typo
This commit is contained in:
parent
5dd6eedde0
commit
3b372c05d6
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ def check_art_similarity(log, item, imagepath, compare_threshold):
|
|||
log.debug(u'IM output is not a number: {0!r}', out_str)
|
||||
return
|
||||
|
||||
log.debug(u'ImageMagick copmare score: {0}', phash_diff)
|
||||
log.debug(u'ImageMagick compare score: {0}', phash_diff)
|
||||
return phash_diff <= compare_threshold
|
||||
|
||||
return True
|
||||
|
|
|
|||
Loading…
Reference in a new issue