forked from LiveCarta/BookConverter
[LAW-3447] fix big intervas in list
This commit is contained in:
@@ -83,7 +83,6 @@ def local_convert_book(filename, locker):
|
||||
output_path = Path(os.path.join(folder_path, f'json/{filename}.json'))
|
||||
try:
|
||||
book = Book(book_id=filename,
|
||||
output_path=output_path,
|
||||
main_logger=logger,
|
||||
libra_locker=locker)
|
||||
book.test_conversion()
|
||||
|
||||
Reference in New Issue
Block a user