diff --git a/main.py b/main.py index 3ea7731..80a2ff0 100644 --- a/main.py +++ b/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)