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
|
category = soup.select_one(".event_category").text
|
||||||
first_cat = Extractor.remove_accents(category.split(",")[0].lower())
|
first_cat = Extractor.remove_accents(category.split(",")[0].lower())
|
||||||
print(first_cat)
|
|
||||||
tags = []
|
tags = []
|
||||||
if first_cat in ["grand spectacle"]:
|
if first_cat in ["grand spectacle"]:
|
||||||
category = "Danse"
|
category = "Danse"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user