mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 06:15:31 +00:00
refactoring in routerManager
This commit is contained in:
parent
869bc141de
commit
341f05d25a
2 changed files with 2 additions and 2 deletions
|
|
@ -99,7 +99,7 @@ try:
|
|||
bwPacket.set("clientIP", data[0])
|
||||
misc.addServerDataToPacket(bwPacket, bwConfig)
|
||||
|
||||
bwRoutMan.runRouter(bwConfig.get("alarmRouter"), bwPacket)
|
||||
bwRoutMan.runRouters(bwConfig.get("alarmRouter"), bwPacket)
|
||||
|
||||
incomingQueue.task_done()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue