presets.json -> epub_presets.json

This commit is contained in:
Kiryl
2022-09-06 13:18:52 +03:00
parent 9eb982ce90
commit 4f4dbab94c
2 changed files with 1 additions and 1 deletions

View File

@@ -614,7 +614,7 @@ if __name__ == "__main__":
css_processor = StylePreprocessor() css_processor = StylePreprocessor()
html_processor = HtmlEpubProcessor( html_processor = HtmlEpubProcessor(
"../../presets/presets.json", logger=logger_object) "../../presets/epub_presets.json", logger=logger_object)
json_converter = EpubConverter(epub_file_path, logger=logger_object, json_converter = EpubConverter(epub_file_path, logger=logger_object,
style_processor=css_processor, html_processor=html_processor) style_processor=css_processor, html_processor=html_processor)