Skip to content

Commit

Permalink
aaa I broke it
Browse files Browse the repository at this point in the history
  • Loading branch information
molly committed Apr 20, 2016
1 parent cd374ed commit 762149e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Expand Up @@ -70,7 +70,7 @@ def filter_tweets(tweets_, users_):
if not (hasattr(tweet_, "retweeted_status") or
tweet_.in_reply_to_status_id or
tweet_.author.screen_name in users_ or
filters.match(text) is not None
filters.match(text) is not None):
return tweet_


Expand Down

0 comments on commit 762149e

Please sign in to comment.