From 6b4b1d9b2129aa77ebfdaffb5ee17fa9e91e60fe Mon Sep 17 00:00:00 2001
From: Bastien Le Querrec <blq@laquadrature.net>
Date: Sun, 14 Apr 2024 12:14:21 +0200
Subject: [PATCH] ppparis: augmente le nombre de tentatives max de connexion

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

diff --git a/RAAspotter_ppparis.py b/RAAspotter_ppparis.py
index 360e0dd..902e327 100644
--- a/RAAspotter_ppparis.py
+++ b/RAAspotter_ppparis.py
@@ -24,7 +24,7 @@ class RAAspotter_ppparis(RAAspotter):
         self.print_output(f'Termes recherchés: {keywords}')
         self.print_output('')
 
-        page_content = self.get_session(self.__RAA_PAGE, self.__WAIT_ELEMENT, 3)
+        page_content = self.get_session(self.__RAA_PAGE, self.__WAIT_ELEMENT, 6)
         raa_elements = self.get_raa_elements(page_content)
         self.parse_raa(raa_elements, keywords)
         self.mailer()
-- 
GitLab