Update main.py - removed unlisted
This commit is contained in:
parent
e2a170c10e
commit
c3a2ab9329
2
main.py
2
main.py
@ -58,7 +58,7 @@ def check_and_post_new_items():
|
||||
status = f"\n{entry.title}\n\n{entry.link}"
|
||||
|
||||
# Post the status to Mastodon
|
||||
mastodon.status_post(status, visibility="unlisted")
|
||||
mastodon.status_post(status)
|
||||
|
||||
# Add the entry URL to the processed_entries set
|
||||
processed_entries.add(entry_url)
|
||||
|
Loading…
Reference in New Issue
Block a user