diff --git a/RAAspotter_ppparis.py b/RAAspotter_ppparis.py index 9dab43727e5490501077d2faaca085f98ac79e93..412dabcf54eb3bc150c0e2f557adf386614f600c 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 31ee02c7c0d99d08376a84ec352b19ac6f80ec7d..7d56006f6325ce3788d85fc4c0220e96709935a3 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 b57ad9844dfa4a685ea7b0fb4264b809c3fa449a..e7765b4e2361cbc3370615ed47daf97ef457c76e 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