pull/23/head
Mallory Hancock 2017-11-07 16:15:42 -08:00
parent d1fa97cd8e
commit 1b4f342119
1 changed files with 1 additions and 1 deletions

View File

@ -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)