You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseValueError("Le contenu HTML est vide ou invalide.")
42
42
43
-
soup=BeautifulSoup(html_content, "lxml")
44
-
45
-
46
-
thead=soup.find("thead")
47
-
iftheadisNone:
48
-
print("Avertissement : balise <thead> non trouvée dans la réponse, le serveur est probablement en train de se reload, attente 1 minutes avant relance...")
print("Avertissement : balise <thead> non trouvée dans la réponse, le serveur est probablement en train de se reload, attente 1 minutes avant relance...")
49
+
# Sauvegarder en debug uniquement si LOG_LEVEL == DEBUG
0 commit comments