Skip to content

Commit

Permalink
replies is not recursive by default
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Jan 22, 2017
1 parent 37142fc commit 40104e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twarc.py
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ def trends_closest(self, lat, lon):
raise e
return resp.json()

def replies(self, tweet_iterator, recursive=True):
def replies(self, tweet_iterator, recursive=False):
"""
Pass in an iterator of tweet objects and get back an iterator for
replies to that tweet. If you want to fetch replies to the replies
Expand Down

0 comments on commit 40104e4

Please sign in to comment.