epub presets improves

This commit is contained in:
Kiryl
2022-10-13 11:05:48 +03:00
parent 5a57bf4d32
commit 93979e8d59
2 changed files with 37 additions and 15 deletions

View File

@@ -43,7 +43,7 @@ class EpubBook(BookSolver):
if __name__ == "__main__":
epub_file_path = "../../books/epub/9780763774134.epub"
epub_file_path = "../../books/epub/9781634259804.epub"
logger_object = BookLogger(
name="epub", book_id=epub_file_path.split("/")[-1])