Little changes working with presets

This commit is contained in:
Kibzik
2023-03-17 18:39:44 +03:00
parent e073ff0623
commit 40e153130b
4 changed files with 6 additions and 6 deletions

View File

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