Update main.py - removed unlisted

This commit is contained in:
Amit Serper 2024-01-01 13:36:22 -05:00 committed by GitHub
parent e2a170c10e
commit c3a2ab9329
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)