LAW-6736|Fix duplicate parent-child tags in attr condition

This commit is contained in:
Kibzik
2023-05-23 14:18:36 +03:00
parent d81fc18403
commit 0481f5e98f
5 changed files with 21 additions and 16 deletions

View File

@@ -52,7 +52,7 @@ class EpubBook(BookSolver):
if __name__ == "__main__":
epub_file_path = f"../../books/epub/9781284127362.epub"
epub_file_path = f"../../books/epub/9781801815093.epub"
logger_object = BookLogger(name="epub")
logger_object.configure_book_logger(book_id=epub_file_path.split("/")[-1])