Fix import MEC
This commit is contained in:
		@@ -29,7 +29,7 @@ class CExtractor(TwoStepsExtractor):
 | 
			
		||||
        if category in mapping:
 | 
			
		||||
            return mapping[category], mapping_tag[category]
 | 
			
		||||
        else:
 | 
			
		||||
            return None
 | 
			
		||||
            return None, None
 | 
			
		||||
 | 
			
		||||
    def build_event_url_list(self, content):
 | 
			
		||||
        soup = BeautifulSoup(content, "xml")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user