mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-16 14:34:45 -06:00
Merge pull request #409 from LibreQoE/fix-uisp-283
Fix UISP Integration bug
This commit is contained in:
commit
6b70cf1b1a
@ -384,8 +384,9 @@ def buildFullGraph():
|
||||
devices = uispRequest("devices?withInterfaces=true&authorized=true")
|
||||
dataLinks = uispRequest("data-links?siteLinksOnly=true")
|
||||
|
||||
# If multiple Internet-connected sites, create Internet root node:
|
||||
sites, dataLinks, uispSite = handleMultipleInternetNodes(sites, dataLinks, uispSite)
|
||||
# If no uispSite listed, and there are multiple Internet-connected sites, then create Internet root node:
|
||||
if uispSite == "":
|
||||
sites, dataLinks, uispSite = handleMultipleInternetNodes(sites, dataLinks, uispSite)
|
||||
|
||||
# Build Site Capacities
|
||||
print("Compiling Site Bandwidths")
|
||||
|
Loading…
Reference in New Issue
Block a user