typo
This commit is contained in:
parent
74586d7164
commit
07cdab8c2d
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ def remove_missing(books=None):
|
||||||
if state.shutdown:
|
if state.shutdown:
|
||||||
return
|
return
|
||||||
path = f.fullpath()
|
path = f.fullpath()
|
||||||
path = unicode
|
|
||||||
path = unicodedata.normalize('NFD', path)
|
path = unicodedata.normalize('NFD', path)
|
||||||
db_paths.append(path)
|
db_paths.append(path)
|
||||||
if f.item:
|
if f.item:
|
||||||
|
|
Loading…
Reference in a new issue