remove some lines from the posted toot
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user