mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 14:25:45 +00:00
refactoring in routerManager
This commit is contained in:
parent
c07237f2ea
commit
277cd9db12
2 changed files with 2 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ bcServer = None
|
|||
|
||||
try:
|
||||
bwRoutMan = RouterManager()
|
||||
if not bwRoutMan.buildRouter(bwConfig):
|
||||
if not bwRoutMan.buildRouters(bwConfig):
|
||||
logging.fatal("Error while building routers")
|
||||
exit(1)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue