forked from LiveCarta/BookConverter
epub converter: add internal links processing 6
This commit is contained in:
@@ -53,7 +53,6 @@ def update_src_links_in_images(body_tag: Tag,
|
||||
new_folder = save_image_locally(path_to_img_from_root, img_content, 'book_id')
|
||||
|
||||
img.attrs['src'] = str(new_folder)
|
||||
img.attrs['style'] = "text-align: center;"
|
||||
|
||||
return path2aws_path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user