| 
					
				 | 
			
			
				@@ -18,7 +18,7 @@ async def main_job(): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     # new_content_id_task = NewContentIdTask(async_mysql_pool) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     # await new_content_id_task.deal() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     async with AsyncMySQLClient() as async_mysql_pool: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        await async_mysql_pool.init_pool() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        # await async_mysql_pool.init_pool() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         new_content_id_task = NewContentIdTask(async_mysql_pool) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         await new_content_id_task.deal() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |