diff --git a/get_saint_of_the_day.py b/get_saint_of_the_day.py index 3eadccd..7f41879 100644 --- a/get_saint_of_the_day.py +++ b/get_saint_of_the_day.py @@ -116,15 +116,10 @@ def format_mastodon_post(saint: dict) -> str: lines = [ f"Saint of the Day - {date_str}", "", - f"{saint['french_name']}", - f"({saint['name']})", + f"{saint['name']}", ] - if saint["notes"]: - lines.append(f"{saint['notes']}") - lines.extend([ - "", saint["wikipedia_url"], "", "#saints #hagiography",