Skip to content

Commit

Permalink
Fix method name typo introduced by refactor
Browse files Browse the repository at this point in the history
Closes #620
  • Loading branch information
SamHames authored Apr 1, 2022
1 parent 6404d6b commit af634aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twarc/command2.py
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ def retweeted_by(T, tweet_id, outfile, limit, max_results, hide_progress):
lookup_total = target_tweet["data"][0]["public_metrics"]["retweet_count"]

_write_with_progress(
func=T.retweeed_by,
func=T.retweeted_by,
tweet_id=tweet_id,
outfile=outfile,
limit=limit,
Expand Down

0 comments on commit af634aa

Please sign in to comment.