diff --git a/bin/311_ebooks.py b/bin/311_ebooks.py index ac584a2..23d2f29 100644 --- a/bin/311_ebooks.py +++ b/bin/311_ebooks.py @@ -56,4 +56,6 @@ mastodon.log_in( ) # Send toot -mastodon.toot(text_model.make_short_sentence(280)) +toot = text_model.make_short_sentence(280) +print(toot) +mastodon.toot(toot)