diff --git a/src/notification/email_sender.py b/src/notification/email_sender.py index 06ba45d..284af60 100644 --- a/src/notification/email_sender.py +++ b/src/notification/email_sender.py @@ -113,7 +113,7 @@ def generate_email_content(self) -> str: item_html = f"""
{sec_desc}
### [{item['title']}]({item['href']}) -{item['abstract']}
+{item['abstract']}
{item['date']}
""" blocks.append( textwrap.indent(textwrap.dedent(item_html), " " * 4) @@ -121,7 +121,7 @@ def generate_email_content(self) -> str: else: item_html = f""" ### [{item['title']}]({item['href']}) -{item['abstract']}
{item['abstract']}