Fix import MEC

This commit is contained in:
Jean-Marie Favreau 2024-11-02 18:25:30 +01:00
parent 4186b70e7e
commit 9bbc8499e5

View File

@ -29,7 +29,7 @@ class CExtractor(TwoStepsExtractor):
if category in mapping: if category in mapping:
return mapping[category], mapping_tag[category] return mapping[category], mapping_tag[category]
else: else:
return None return None, None
def build_event_url_list(self, content): def build_event_url_list(self, content):
soup = BeautifulSoup(content, "xml") soup = BeautifulSoup(content, "xml")