Fix import MEC
This commit is contained in:
parent
4186b70e7e
commit
9bbc8499e5
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user