diff --git a/locations/spiders/marks_ca.py b/locations/spiders/marks_ca.py index 39da9240f3f..8fda8dfb5ee 100644 --- a/locations/spiders/marks_ca.py +++ b/locations/spiders/marks_ca.py @@ -18,7 +18,6 @@ class MarksCASpider(Spider): item_attributes = {"brand": "Mark's", "brand_wikidata": "Q6766373"} start_urls = ["https://www.marks.com/sitemap_Store-en_CA-CAD.xml"] custom_settings = {"USER_AGENT": BROWSER_DEFAULT} - requires_proxy = True def parse(self, response: Response, **kwargs: Any) -> Any: for url in iterloc(Sitemap(response.body)):