Skip to content

Commit 770949f

Browse files
committed
fix minimal fields geo place_id
1 parent 6b5eaa2 commit 770949f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twarc/command2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ def _process_expansions_shortcuts(kwargs):
586586
] = "id,username,name,pinned_tweet_id" # pinned_tweet_id is the only extra one, id,username,name are always returned.
587587
kwargs["media_fields"] = "media_key"
588588
kwargs["poll_fields"] = "id"
589-
kwargs["place_fields"] = "id"
589+
kwargs["place_fields"] = "id,geo"
590590

591591
if kwargs.pop("no_context_annotations", None):
592592
kwargs[

0 commit comments

Comments
 (0)