Si on n'a pas de localisation pour la comédie, on donne une localisation par défaut

This commit is contained in:
Jean-Marie Favreau 2024-09-06 11:32:09 +02:00
parent 7478542970
commit a0e8291a9c

View File

@ -65,6 +65,8 @@ class CExtractor(TwoStepsExtractor):
.contents[-1]
.split("")[-1]
)
if location.replace(" ", "") == "":
location = self.nom_lieu
self.add_event_location(e_url, location)
def add_event_from_content(