mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 22:07:45 +00:00
refactoring in routerManager
This commit is contained in:
parent
869bc141de
commit
341f05d25a
2 changed files with 2 additions and 2 deletions
|
|
@ -101,7 +101,7 @@ class RouterManager:
|
|||
self._showRouterRoute()
|
||||
return True
|
||||
|
||||
def runRouter(self, routerRunList, bwPacket):
|
||||
def runRouters(self, routerRunList, bwPacket):
|
||||
"""!Run given Routers
|
||||
|
||||
@param routerRunList: string or list of router names in string form
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue