forked from LiveCarta/BookConverter
epub converter: files and classes renaming
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from epub_postprocessor import EpubPostprocessor
|
||||
from epub_converter import EpubConverter
|
||||
from src.solver import BookSolver
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ class EpubBook(BookSolver):
|
||||
self.book_type = 'epub'
|
||||
|
||||
def get_converted_book(self):
|
||||
json_converter = EpubPostprocessor(self.file_path, access=self.access, logger=self.logger_object)
|
||||
json_converter = EpubConverter(self.file_path, access=self.access, logger=self.logger_object)
|
||||
content_dict = json_converter.convert_to_dict()
|
||||
self.status_wrapper.set_generating()
|
||||
return content_dict
|
||||
|
||||
Reference in New Issue
Block a user