diff --git a/src/html_epub_preprocessor.py b/src/html_epub_preprocessor.py index 94b2be1..d226fe5 100644 --- a/src/html_epub_preprocessor.py +++ b/src/html_epub_preprocessor.py @@ -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