From 1b4f3421193f7627a54c49c4001d62cd0d600db6 Mon Sep 17 00:00:00 2001 From: Mallory Hancock Date: Tue, 7 Nov 2017 16:15:42 -0800 Subject: [PATCH] fix typo --- ttadmin/common/social.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttadmin/common/social.py b/ttadmin/common/social.py index d2a70d1..b3a3657 100644 --- a/ttadmin/common/social.py +++ b/ttadmin/common/social.py @@ -44,7 +44,7 @@ def post_to_twitter(qs): message = welcome + '~{}\n'.format(townie.username) else: message += '~{}\n'.format(townie.username) - post.append(message.strip()) + posts.append(message.strip()) for post in posts: twitter.update_status(post)