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"]: