From 27c08b29084e6c93ea8ec502d74124268aa0bcf9 Mon Sep 17 00:00:00 2001 From: Bastien Le Querrec <blq@laquadrature.net> Date: Mon, 18 Mar 2024 13:56:50 +0100 Subject: [PATCH] =?UTF-8?q?ppparis,=20pref13,=20pref35:=20ajoute=20une=20l?= =?UTF-8?q?igne=20vide=20apr=C3=A8s=20la=20liste=20des=20termes=20recherch?= =?UTF-8?q?=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RAAspotter_ppparis.py | 1 + RAAspotter_pref13.py | 1 + RAAspotter_pref35.py | 1 + 3 files changed, 3 insertions(+) diff --git a/RAAspotter_ppparis.py b/RAAspotter_ppparis.py index 9dab437..412dabc 100644 --- a/RAAspotter_ppparis.py +++ b/RAAspotter_ppparis.py @@ -18,6 +18,7 @@ class RAAspotter_ppparis(RAAspotter): def get_raa(self, keywords): self.print_output('RAAspotter_ppparis') self.print_output(f'Termes recherchés: {keywords}') + self.print_output('') page_content = self.get_session() raa_elements = self.get_raa_elements(page_content) diff --git a/RAAspotter_pref13.py b/RAAspotter_pref13.py index 31ee02c..7d56006 100644 --- a/RAAspotter_pref13.py +++ b/RAAspotter_pref13.py @@ -25,6 +25,7 @@ class RAAspotter_pref13(RAAspotter): def get_raa(self, keywords): self.print_output('RAAspotter_pref13') self.print_output(f'Termes recherchés: {keywords}') + self.print_output('') for raa_page in self.__RAA_PAGE: page_content = self.get_page(raa_page).content diff --git a/RAAspotter_pref35.py b/RAAspotter_pref35.py index b57ad98..e7765b4 100644 --- a/RAAspotter_pref35.py +++ b/RAAspotter_pref35.py @@ -25,6 +25,7 @@ class RAAspotter_pref35(RAAspotter): def get_raa(self, keywords): self.print_output('RAAspotter_pref35') self.print_output(f'Termes recherchés: {keywords}') + self.print_output('') for raa_page in self.__RAA_PAGE: page_content = self.get_page(raa_page).content -- GitLab