Suppression d'une impression inutile
This commit is contained in:
parent
97be0db3d1
commit
760ba7b75e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user