diff --git a/main.py b/main.py index 0b57a18..afb5cee 100644 --- a/main.py +++ b/main.py @@ -379,7 +379,7 @@ def start(): stream.add_rules([StreamRule(rule) for rule in rules]) # Apply the filter - stream.filter(threaded=True, tweet_fields=["author_id", "conversation_id"]) + stream.filter(tweet_fields=["author_id", "conversation_id"]) if __name__ == "__main__":