forked from LiveCarta/BookConverter
Add 1-many css + Fix bug 4635
This commit is contained in:
@@ -13,7 +13,7 @@ import os
|
||||
import pathlib
|
||||
from abc import abstractmethod, ABCMeta
|
||||
|
||||
from livecarta_config import LawCartaConfig
|
||||
from livecarta_config import LiveCartaConfig
|
||||
from util.helpers import BookLogger, BookStatusWrapper
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ class BookSolver:
|
||||
main_logger=main_logger)
|
||||
self.status_wrapper = BookStatusWrapper(access, self.logger_object, book_id)
|
||||
|
||||
assert LawCartaConfig.SUPPORTED_LEVELS == len(LawCartaConfig.SUPPORTED_HEADERS), \
|
||||
assert LiveCartaConfig.SUPPORTED_LEVELS == len(LiveCartaConfig.SUPPORTED_HEADERS), \
|
||||
"Length of headers doesn't match allowed levels."
|
||||
|
||||
def save_book_file(self, content):
|
||||
|
||||
Reference in New Issue
Block a user