mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
fix routerManager
This commit is contained in:
parent
2d365823d8
commit
64fc0ec868
|
|
@ -86,7 +86,7 @@ class RouterManager:
|
||||||
loadedClass._cleanup))
|
loadedClass._cleanup))
|
||||||
|
|
||||||
elif routeType == "router":
|
elif routeType == "router":
|
||||||
routerDict_tmp[routerName].addRoute(Route(routeName, routerDict_tmp[routeName].runRouter))
|
routerDict_tmp[routerName].addRoute(Route(routeName, routerDict_tmp[routeRes].runRouter))
|
||||||
|
|
||||||
else:
|
else:
|
||||||
logging.error("unknown type '%s' in %s", routeType, route)
|
logging.error("unknown type '%s' in %s", routeType, route)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue