From 0c0f6bf8cce628a89f5a5dfcdaaa06c2242f1305 Mon Sep 17 00:00:00 2001 From: Juliana Trevine <44185775+trevineju@users.noreply.github.com> Date: Wed, 4 Sep 2024 17:35:54 -0300 Subject: [PATCH] Habilita proxy para spider to_sampaio Signed-off-by: Juliana Trevine <44185775+trevineju@users.noreply.github.com> --- data_collection/gazette/spiders/to/to_sampaio.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data_collection/gazette/spiders/to/to_sampaio.py b/data_collection/gazette/spiders/to/to_sampaio.py index 7ad317d13..7cf0459ff 100644 --- a/data_collection/gazette/spiders/to/to_sampaio.py +++ b/data_collection/gazette/spiders/to/to_sampaio.py @@ -8,6 +8,8 @@ class ToSampaioSpider(BaseGazetteSpider): + zyte_smartproxy_enabled = True + TERRITORY_ID = "1718808" name = "to_sampaio" allowed_domains = ["sampaio.to.gov.br"]