mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Bug fix
This commit is contained in:
parent
a3ce20ba0d
commit
84122f6f9f
@ -88,7 +88,7 @@ def refreshShapers():
|
||||
"circuitID": circuitID,
|
||||
"circuitName": circuitName,
|
||||
"ParentNode": ParentNode,
|
||||
"devices" = deviceListForCircuit
|
||||
"devices": deviceListForCircuit
|
||||
"downloadMin": round(int(downloadMin)*tcpOverheadFactor),
|
||||
"uploadMin": round(int(uploadMin)*tcpOverheadFactor),
|
||||
"downloadMax": round(int(downloadMax)*tcpOverheadFactor),
|
||||
|
Loading…
Reference in New Issue
Block a user