From 1a6105dcbb34869238797126b9c5e80289b482d4 Mon Sep 17 00:00:00 2001
From: Bastien Le Querrec <blq@laquadrature.net>
Date: Tue, 5 Mar 2024 23:04:56 +0100
Subject: [PATCH] =?UTF-8?q?ppparis:=20affiche=20les=20termes=20recherch?=
 =?UTF-8?q?=C3=A9s=20au=20niveau=20de=20log=20INFO?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/ppparis.py b/ppparis.py
index e3d3dba..ab64d2c 100755
--- a/ppparis.py
+++ b/ppparis.py
@@ -90,7 +90,7 @@ logging.debug(f'WAITING_TIME: {__WAITING_TIME}')
 if args.list:
   __LIST = args.list
 
-logging.debug(f'Termes recherchés: {__LIST}')
+logging.info(f'Termes recherchés: {__LIST}')
 
 # On crée le dossier de téléchargement
 os.makedirs(__DATA_DIR, exist_ok=True)
-- 
GitLab