mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Add files via upload
This commit is contained in:
@@ -42,7 +42,7 @@ def pullUCRMCustomers():
|
|||||||
download, upload = getCaps(idNum)
|
download, upload = getCaps(idNum)
|
||||||
customerList.append((idNum, ipAddr, download, upload))
|
customerList.append((idNum, ipAddr, download, upload))
|
||||||
except:
|
except:
|
||||||
print("Customer ", street, " did not have IP on UCRM")
|
print("Customer ID ", idNum, " did not have IP address listed on UCRM")
|
||||||
except:
|
except:
|
||||||
print("Failed to load customer #", customer['id'])
|
print("Failed to load customer #", customer['id'])
|
||||||
return customerList
|
return customerList
|
||||||
|
|||||||
Reference in New Issue
Block a user