remove some lines from the posted toot

This commit is contained in:
Mark Eaton
2026-01-24 00:22:19 -05:00
parent 1cd1d179ec
commit f36047e87a
+1 -6
View File
@@ -116,15 +116,10 @@ def format_mastodon_post(saint: dict) -> str:
lines = [ lines = [
f"Saint of the Day - {date_str}", 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([ lines.extend([
"",
saint["wikipedia_url"], saint["wikipedia_url"],
"", "",
"#saints #hagiography", "#saints #hagiography",