FUCK
This commit is contained in:
parent
58733aed9d
commit
0a341eb270
2
main.py
2
main.py
@ -58,7 +58,7 @@ def check_and_post_new_items():
|
||||
if entry_url not in processed_entries:
|
||||
print(f"Found a new RSS item: {entry.title}")
|
||||
# Create a Mastodon status
|
||||
status = f"\n{entry.title}\n\n{entry.link}\n\n{TAG1}\s{TAG2}\s{TAG3}"
|
||||
status = f"\n{entry.title}\n\n{entry.link}\n\n{TAG1} {TAG2} {TAG3}"
|
||||
|
||||
# Post the status to Mastodon
|
||||
mastodon.status_post(status, visibility=TOOT_VISIBILITY)
|
||||
|
Loading…
Reference in New Issue
Block a user