mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 00:47:21 +01:00 
			
		
		
		
	NetworkCore: use the new validate_server_conf name
This commit is contained in:
		
							parent
							
								
									f203abdeb0
								
							
						
					
					
						commit
						1a8dcdfa3a
					
				@ -330,7 +330,7 @@ class PyLinkNetworkCore(utils.DeprecatedAttributesObject, utils.CamelCaseToSnake
 | 
			
		||||
        self.init_vars()
 | 
			
		||||
 | 
			
		||||
        try:
 | 
			
		||||
            self.validateServerConf()
 | 
			
		||||
            self.validate_server_conf()
 | 
			
		||||
        except AssertionError as e:
 | 
			
		||||
            log.exception("(%s) Configuration error: %s", self.name, e)
 | 
			
		||||
            raise
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user