diff --git a/twarc_csv.py b/twarc_csv.py index 66253b9..124997b 100644 --- a/twarc_csv.py +++ b/twarc_csv.py @@ -241,7 +241,7 @@ def _inline_referenced_tweets(self, tweet): referenced_tweet["__twarc"] = ( tweet["__twarc"] if "__twarc" in tweet else None ) - # write tweet as new row if referenced tweet exists: + # write tweet as new row if referenced tweet exists (has more than the 3 default fields): if len(referenced_tweet.keys()) > 3: yield referenced_tweet else: