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