diff --git a/mastobot.py b/mastobot.py index 1b223b8..08ecbe4 100644 --- a/mastobot.py +++ b/mastobot.py @@ -113,7 +113,8 @@ for account in transitions: print(mastodon_text) try: - mastodon.status_post(mastodon_text, None, masto_media, True, None,spoiler_text="Twitter RT") + # mastodon.status_post(mastodon_text, None, masto_media, True, None,spoiler_text="Twitter RT") + continue except: print(account['twitter_handle'] + " couldn't toot to fediverse!\n")