| 
					
				 | 
			
			
				@@ -25,7 +25,7 @@ class historyContentIdTask(object): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         :param mysql_client: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         """ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         self.mysql_client = mysql_client 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        self.config = Config() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        self.config = Config(env="dev") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         self.article_match_video_table = self.config.article_match_video_table 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         self.article_text_table = self.config.article_text_table 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         self.article_crawler_video_table = self.config.article_crawler_video_table 
			 |