From af634aa887fe4f7bb4df9832e657dba5c83d50d6 Mon Sep 17 00:00:00 2001 From: Sam Hames Date: Fri, 1 Apr 2022 19:10:38 +1000 Subject: [PATCH] Fix method name typo introduced by refactor Closes #620 --- twarc/command2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twarc/command2.py b/twarc/command2.py index 329c29b7..66c2c0d3 100644 --- a/twarc/command2.py +++ b/twarc/command2.py @@ -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,