forked from LiveCarta/BookConverter
Updates to presets
This commit is contained in:
@@ -7,7 +7,7 @@ class EpubBook(BookSolver):
|
||||
|
||||
def __init__(self, book_id=0, access=None, main_logger=None):
|
||||
super().__init__(book_id, access, main_logger)
|
||||
self.book_type = 'epub'
|
||||
self.book_type = "epub"
|
||||
|
||||
def get_converted_book(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user