From 3ea1c01771be5c98ee6b685079a2612fa31bc0cb Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Sat, 24 Jan 2026 00:35:52 -0500 Subject: [PATCH] change wording of toot --- get_saint_of_the_day.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/get_saint_of_the_day.py b/get_saint_of_the_day.py index 7f41879..65808c0 100644 --- a/get_saint_of_the_day.py +++ b/get_saint_of_the_day.py @@ -114,9 +114,7 @@ def format_mastodon_post(saint: dict) -> str: date_str = today.strftime("%B %d") lines = [ - f"Saint of the Day - {date_str}", - "", - f"{saint['name']}", + f"{date_str}: the Feast of Saint {saint['name']}", ] lines.extend([