scan in tasks queue
This commit is contained in:
parent
8ab68826b5
commit
0704e315ba
4 changed files with 5 additions and 6 deletions
|
|
@ -54,7 +54,7 @@ def metadata(f, from_=None):
|
|||
data[key] = info[key]
|
||||
if key in opf_info:
|
||||
data[key] = opf_info[key]
|
||||
if key in data[key]:
|
||||
if key in data:
|
||||
if isinstance(data[key], basestring):
|
||||
data[key] = data[key].replace('\x00', '')
|
||||
elif isinstance(data[key], list):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue