Suppression d'une impression inutile

This commit is contained in:
Jean-Marie Favreau 2024-10-19 19:10:47 +02:00
parent 97be0db3d1
commit 760ba7b75e

View File

@ -67,7 +67,6 @@ class CExtractor(TwoStepsExtractorNoPause):
category = soup.select_one(".event_category").text
first_cat = Extractor.remove_accents(category.split(",")[0].lower())
print(first_cat)
tags = []
if first_cat in ["grand spectacle"]:
category = "Danse"