From e46a8885deeb178d89b3f21f65356eb4d0c47177 Mon Sep 17 00:00:00 2001
From: Bastien Le Querrec <blq@laquadrature.net>
Date: Tue, 20 Aug 2024 00:55:28 +0200
Subject: [PATCH] =?UTF-8?q?pref75:=20utilise=20Tor=20pour=20la=20pr=C3=A9f?=
 =?UTF-8?q?ecture=20de=20d=C3=A9partement=20de=20Paris?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Attrap_pref75.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Attrap_pref75.py b/Attrap_pref75.py
index fe67e14..cb832de 100644
--- a/Attrap_pref75.py
+++ b/Attrap_pref75.py
@@ -29,7 +29,7 @@ class Attrap_pref75(Attrap):
 
     def __init__(self, data_dir):
         super().__init__(data_dir, self.__USER_AGENT)
-        self.set_sleep_time(30)
+        self.enable_tor(10)
 
     def get_raa(self, keywords):
         year_pages_to_parse = []
-- 
GitLab