From ed372d4149372b55609e1e8f2719ca80c9cd2296 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Fri, 23 Jan 2026 12:24:04 -0500 Subject: [PATCH] change hashtags --- get_saint_of_the_day.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_saint_of_the_day.py b/get_saint_of_the_day.py index 4fd2848..3eadccd 100644 --- a/get_saint_of_the_day.py +++ b/get_saint_of_the_day.py @@ -127,7 +127,7 @@ def format_mastodon_post(saint: dict) -> str: "", saint["wikipedia_url"], "", - "#SaintOfTheDay #Saints #Catholic #France", + "#saints #hagiography", ]) return "\n".join(lines)