Add a missing comma
This should improve epub support
This commit is contained in:
parent
ec082d6483
commit
cd5f2eb71c
@ -20,8 +20,8 @@ class EPUBParser(archive.ZipParser):
|
||||
'OPS/.+.xml'
|
||||
}))
|
||||
self.files_to_omit = set(map(re.compile, { # type: ignore
|
||||
'iTunesMetadata.plist'
|
||||
'META-INF/calibre_bookmarks.txt'
|
||||
'iTunesMetadata.plist',
|
||||
'META-INF/calibre_bookmarks.txt',
|
||||
}))
|
||||
self.uniqid = uuid.uuid4()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user