forked from LiveCarta/BookConverter
epub converter: fix importing
This commit is contained in:
@@ -5,8 +5,8 @@ from typing import List
|
||||
|
||||
from bs4 import BeautifulSoup, NavigableString, Tag
|
||||
|
||||
from src.access import Access
|
||||
from src.config import LawCartaConfig
|
||||
from access import Access
|
||||
from livecarta_config import LawCartaConfig
|
||||
|
||||
|
||||
def save_image_locally(img_file_path, img_content, book_id):
|
||||
|
||||
Reference in New Issue
Block a user