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 metro_cash_and_carry
  • Loading branch information
actions-user committed Mar 16, 2026
commit 5bc57dd68376f77f2fb9f33b4b3a108938875a2b
1 change: 0 additions & 1 deletion locations/spiders/metro_cash_and_carry.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class MetroCashAndCarrySpider(Spider):
# API query params default values
s = "0F3B38A3-7330-4544-B95B-81FC80A6BB6F"
v = "D5BC0757-6F6D-4BDB-BFBD-065D34D0B4A3"
requires_proxy = True

def parse(self, response: Response, **kwargs: Any) -> Any:
# Check for updated values
Expand Down