increase twitter length

pull/25/head
Mallory Hancock 2017-11-16 11:17:30 -08:00
parent 9c88b90639
commit 1b67b03012
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ def post_to_mastodon(message):
def post_to_twitter(message):
posts = split_posts_by_length(message, 140)
posts = split_posts_by_length(message, 280)
status_info = None
for post in posts:
if status_info: