fix typo
This commit is contained in:
parent
d1fa97cd8e
commit
1b4f342119
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user