diff --git a/mastobot.py b/mastobot.py index 305a5c3..cb8ec91 100644 --- a/mastobot.py +++ b/mastobot.py @@ -97,7 +97,7 @@ for account in transitions: # Output text to stdout respect. post it to Mastodon. print(mastodon_text) - #mastodon.status_post(mastodon_text, None, masto_media, True) + # mastodon.status_post(mastodon_text, None, masto_media, True) time.sleep(2) # If there are new statuses for account update the "last_id" to the newest one.