From f82b5a30836ef625163f5e10d74f6a836f156041 Mon Sep 17 00:00:00 2001 From: Bastien Le Querrec <blq@laquadrature.net> Date: Sun, 24 Mar 2024 15:06:57 +0100 Subject: [PATCH] =?UTF-8?q?pref83:=20n'affiche=20pas=20les=20propri=C3=A9t?= =?UTF-8?q?=C3=A9s=20du=20RAA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RAAspotter_pref83.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/RAAspotter_pref83.py b/RAAspotter_pref83.py index 15f7de3..791d72c 100644 --- a/RAAspotter_pref83.py +++ b/RAAspotter_pref83.py @@ -82,11 +82,6 @@ class RAAspotter_pref83(RAAspotter): date = datetime.datetime.strptime(a['title'].split(' - ')[-1].strip(), '%d/%m/%Y') filename = url.split('/')[-1] - print(url) - print(name) - print(date) - print(filename) - raa = RAAspotter.RAA(url, date, name, filename) elements.append(raa) return elements -- GitLab