Add files via upload

This commit is contained in:
rchac
2020-10-02 18:01:33 -06:00
committed by GitHub
parent 1e17478e7d
commit ec06c48c47

View File

@@ -42,7 +42,7 @@ def pullUCRMCustomers():
download, upload = getCaps(idNum)
customerList.append((idNum, ipAddr, download, upload))
except:
print("Customer ", street, " did not have IP on UCRM")
print("Customer ID ", idNum, " did not have IP address listed on UCRM")
except:
print("Failed to load customer #", customer['id'])
return customerList