From 6fed594cdc6b35eccff763144dfeb25f4f060a78 Mon Sep 17 00:00:00 2001 From: Bastien Le Querrec <blq@laquadrature.net> Date: Mon, 6 Jan 2025 19:52:51 +0100 Subject: [PATCH] =?UTF-8?q?pref92:=20r=C3=A9duit=20le=20d=C3=A9lai=20de=20?= =?UTF-8?q?temporisation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Attrap_pref92.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Attrap_pref92.py b/Attrap_pref92.py index b149796..cd16e36 100644 --- a/Attrap_pref92.py +++ b/Attrap_pref92.py @@ -19,7 +19,7 @@ class Attrap_pref92(Attrap): def __init__(self, data_dir): super().__init__(data_dir, self.user_agent) - self.set_sleep_time(30) + self.set_sleep_time(5) def get_raa(self, keywords): # On récupère les pages d'années -- GitLab