remove threaded
This commit is contained in:
parent
bda4d8ccd4
commit
945844712f
1 changed files with 1 additions and 1 deletions
2
main.py
2
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__":
|
||||
|
|
Reference in a new issue