From 07dc76c3a736c3d755d0a31dc62df67c7b72ff85 Mon Sep 17 00:00:00 2001 From: trevineju Date: Tue, 16 Apr 2024 16:41:19 -0300 Subject: [PATCH] =?UTF-8?q?Habilita=20Proxy=20para=20Uberl=C3=A2ndia-MG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data_collection/gazette/spiders/mg/mg_uberlandia.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data_collection/gazette/spiders/mg/mg_uberlandia.py b/data_collection/gazette/spiders/mg/mg_uberlandia.py index 471b2d68d..084898ab5 100644 --- a/data_collection/gazette/spiders/mg/mg_uberlandia.py +++ b/data_collection/gazette/spiders/mg/mg_uberlandia.py @@ -10,6 +10,8 @@ class MgUberlandiaSpider(BaseGazetteSpider): + zyte_smartproxy_enabled = True + TERRITORY_ID = "3170206" name = "mg_uberlandia" start_date = datetime.date(2005, 1, 3)