epub converter: small fix

This commit is contained in:
shirshasa
2021-04-26 15:26:36 +03:00
parent 8a47f74e8b
commit 44e4e889f3
2 changed files with 1 additions and 15 deletions

View File

@@ -111,7 +111,7 @@ class LawCartaConfig:
class BookApiWrapper:
def __init__(self, access, logger_object, book_id=0):
self.access: Access = access
self.access = access
self.logger_object = logger_object
self.book_id = book_id