Print the toot when it toots.
This commit is contained in:
@ -56,4 +56,6 @@ mastodon.log_in(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Send toot
|
# Send toot
|
||||||
mastodon.toot(text_model.make_short_sentence(280))
|
toot = text_model.make_short_sentence(280)
|
||||||
|
print(toot)
|
||||||
|
mastodon.toot(toot)
|
||||||
|
Reference in New Issue
Block a user