[LAW-3447] fix big intervas in list

This commit is contained in:
shirshasa
2020-06-24 13:01:16 +03:00
parent ee5226f3eb
commit 93dd40250f
2 changed files with 5 additions and 7 deletions

View File

@@ -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()