This commit is contained in:
Robert Chacón 2022-09-05 09:43:50 -06:00 committed by GitHub
parent a3ce20ba0d
commit 84122f6f9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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),