From 2c6c087bb26c31947dd3c4759f2b2a38e7d81179 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 23 Feb 2026 04:23:53 +0000 Subject: [PATCH] Test removing requires_proxy from bws_au --- locations/spiders/bws_au.py | 1 - 1 file changed, 1 deletion(-) diff --git a/locations/spiders/bws_au.py b/locations/spiders/bws_au.py index 96f65007c41..4480b0ad280 100644 --- a/locations/spiders/bws_au.py +++ b/locations/spiders/bws_au.py @@ -14,7 +14,6 @@ class BwsAUSpider(Spider): item_attributes = {"brand": "BWS", "brand_wikidata": "Q4836848"} allowed_domains = ["api.bws.com.au"] custom_settings = {"ROBOTSTXT_OBEY": False} - requires_proxy = "AU" async def start(self) -> AsyncIterator[JsonRequest]: for state in ["ACT", "NSW", "QLD", "SA", "VIC", "TAS", "WA", "NT"]: