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)