forked from LiveCarta/BookConverter
Fix span wrapper processing
This commit is contained in:
@@ -564,7 +564,7 @@ class EpubConverter:
|
||||
|
||||
indent: str = " " * lvl
|
||||
self.book_logger.log(indent + f"Chapter: {title} is processing.")
|
||||
is_chapter: bool = lvl <= LiveCartaConfig.SUPPORTED_LEVELS
|
||||
is_chapter: bool = lvl <= LiveCartaConfig.NUM_SUPPORTED_LEVELS
|
||||
self.book_logger.log(indent + "Process title.")
|
||||
title_preprocessed: str = self.html_processor.prepare_title(title)
|
||||
self.book_logger.log(indent + "Process content.")
|
||||
|
||||
Reference in New Issue
Block a user