diff --git a/ttadmin/common/social.py b/ttadmin/common/social.py index 1287a44..72966d8 100644 --- a/ttadmin/common/social.py +++ b/ttadmin/common/social.py @@ -27,6 +27,8 @@ def split_posts_by_length(text, length): else: posts.append(post) post = chunk + if post: + posts.append(post) return posts