mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 01:09:22 +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…
Reference in New Issue
Block a user