From a4afd011463a610c02cf466ad3826d10fd028062 Mon Sep 17 00:00:00 2001 From: maste9 Date: Sun, 28 Jan 2018 19:20:14 +0100 Subject: [PATCH] Corrected just a space to check commiting and pushing for project. --- mastobot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.