remove threaded

This commit is contained in:
Mylloon 2022-08-11 12:38:29 +02:00
parent bda4d8ccd4
commit 945844712f
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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__":