Skip to content

Commit

Permalink
Fix syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Mar 27, 2009
1 parent 7a9bf65 commit e68aa6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Expand Up @@ -150,7 +150,7 @@ def parseCommands(screen_name, commands):

if len(tweets) == 1:
print str(len(tweets)) + " new tweet"
else if len(tweets) > 1:
elif len(tweets) > 1:
print str(len(tweets)) + " new tweets"
for tweet in reversed(tweets):
if tweet.user.screen_name in existing_users:
Expand Down

0 comments on commit e68aa6d

Please sign in to comment.