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:
@@ -118,7 +118,7 @@ class Reader(FormatReader):
|
||||
|
||||
self.log.info('Decompressing text...')
|
||||
for i in range(1, self.header_record.num_records + 1):
|
||||
self.log.debug('\tDecompressing text section %s', i)
|
||||
self.log.debug('\tDecompressing text section %i', i)
|
||||
title = self.header_record.chapter_titles[i-1]
|
||||
lines = []
|
||||
title_added = False
|
||||
|
||||
Reference in New Issue
Block a user