From 55946516462bcfcb01c2dac571e204c98c7dc16c Mon Sep 17 00:00:00 2001
From: Bastien Le Querrec <blq@laquadrature.net>
Date: Thu, 4 Apr 2024 01:29:26 +0200
Subject: [PATCH] =?UTF-8?q?RAAspotter:=20assigne=20le=20r=C3=A9sultat=20de?=
 =?UTF-8?q?=20la=20fonction=20=C3=A0=20une=20variable...?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/RAAspotter.py b/RAAspotter.py
index f989997..c4b7555 100644
--- a/RAAspotter.py
+++ b/RAAspotter.py
@@ -178,7 +178,7 @@ class RAAspotter:
         sub_pages = soup.select(sub_page_element)
         sub_pages_details = None
         if details_element is not None:
-            soup.select(details_element)
+            sub_pages_details = soup.select(details_element)
         i = 0
         for sub_page in sub_pages:
             if sub_page.get('href'):
-- 
GitLab