Annot.[logger]

This commit is contained in:
Kiryl
2022-09-06 17:51:59 +03:00
parent 83939e43cb
commit 539a8df176

View File

@@ -300,6 +300,7 @@ class HtmlDocxProcessor:
self.logger.log(f"Processing TOC and headers.")
self._process_toc_links()
self.logger.log(f"Preprocess Html using presets.")
_preprocess_html(html_preprocessor=self.html_preprocessor,
html_soup=self.html_soup)