This commit is contained in:
Kovid Goyal 2021-06-15 08:09:00 +05:30
commit ec3744c661
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -19,8 +19,8 @@ from calibre.ebooks.metadata import MetaInformation
from calibre.ebooks.txt.processor import opf_writer, HTML_TEMPLATE
from polyglot.builtins import range, map
BPDB_IDENT = b'BOOKMTIT'
UPDB_IDENT = b'BOOKMTIU'
BPDB_IDENT = 'BOOKMTIT'
UPDB_IDENT = 'BOOKMTIU'
punct_table = {
u"": u"",