Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Test removing requires_proxy from family_dollar_us
  • Loading branch information
actions-user committed Mar 20, 2026
commit 2cddc7b06a32c05c70b389cbffb13f7dd741d99c
1 change: 0 additions & 1 deletion locations/spiders/family_dollar_us.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ class FamilyDollarUSSpider(YextAnswersSpider):
api_key = "7a860787290ef5396ebe3ffe229d96c3"
experience_key = "pages-locator-usa-only"
feature_type = "family-dollar"
requires_proxy = True

def parse_item(self, location: dict, item: Feature) -> Iterable[Feature]:
item.pop("facebook", None)
Expand Down