remove a trace
This commit is contained in:
		@@ -214,6 +214,7 @@ class TwoStepsExtractor(Extractor):
 | 
			
		||||
        only_future=True,
 | 
			
		||||
        ignore_404=True
 | 
			
		||||
    ):
 | 
			
		||||
 | 
			
		||||
        self.only_future = only_future
 | 
			
		||||
        self.now = datetime.datetime.now().date()
 | 
			
		||||
        self.set_header(url)
 | 
			
		||||
@@ -241,7 +242,6 @@ class TwoStepsExtractor(Extractor):
 | 
			
		||||
                if ignore_404:
 | 
			
		||||
                    logger.error(msg)
 | 
			
		||||
                else:
 | 
			
		||||
                    print("go")
 | 
			
		||||
                    raise Exception(msg)
 | 
			
		||||
            else:
 | 
			
		||||
                # then extract event information from this html document
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user