From dc575b5ee561f718ff317b2925240c5f988a258a Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 5 Jan 2026 03:54:32 +0000 Subject: [PATCH] Test removing requires_proxy from dis_chem --- locations/spiders/dis_chem.py | 1 - 1 file changed, 1 deletion(-) diff --git a/locations/spiders/dis_chem.py b/locations/spiders/dis_chem.py index 9a5f7c9744d..04da6b1c46d 100644 --- a/locations/spiders/dis_chem.py +++ b/locations/spiders/dis_chem.py @@ -18,7 +18,6 @@ class DisChemSpider(CrawlSpider): start_urls = ["https://www.dischem.co.za/stores/"] skip_auto_cc_domain = True no_refs = True - requires_proxy = "ZA" def process_results(self, response, results): yield from results