mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-04-20 05:03:35 +02:00
Re added (probably) right formating codes.
This commit is contained in:
@@ -87,7 +87,7 @@ class Reader202(FormatReader):
|
||||
|
||||
pml = ''
|
||||
for i in range(1, self.header_record.num_text_pages + 1):
|
||||
self.log.debug('Extracting text page %s', i)
|
||||
self.log.debug('Extracting text page %i', i)
|
||||
pml += self.get_text_page(i)
|
||||
|
||||
title = self.mi.title
|
||||
|
||||
Reference in New Issue
Block a user