From d30f15a254ebd7eac6bdb673d79cdbefa3b2b456 Mon Sep 17 00:00:00 2001 From: AaronBenDaniel <144371000+AaronBenDaniel@users.noreply.github.com> Date: Fri, 24 Jan 2025 06:50:21 -0500 Subject: [PATCH] fix(api): Remove unused class (#43 - @AaronBenDaniel) * fix(api): Typo fix * fix(api): Remove chapitre/chapter class --- src/api/src/create_book.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/src/create_book.py b/src/api/src/create_book.py index 8e3984c..f7df013 100644 --- a/src/api/src/create_book.py +++ b/src/api/src/create_book.py @@ -133,7 +133,7 @@ def generate_clean_part_html(part: Part, content: str) -> bs4.Tag: clean = BeautifulSoup( f""" -
+

{chapter_title}

""",