From f36047e87a46087ce0df82e1503102652ebe4fcf Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Sat, 24 Jan 2026 00:22:19 -0500 Subject: [PATCH] remove some lines from the posted toot --- get_saint_of_the_day.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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",