correct validation

This commit is contained in:
Robert Chacón 2022-09-07 08:51:24 -06:00 committed by GitHub
parent a2ea475457
commit 2e44cce1bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,7 @@ def refreshShapers():
for row in commentsRemoved:
circuitID, circuitName, deviceID, deviceName, ParentNode, mac, ipv4_input, ipv6_input, downloadMin, uploadMin, downloadMax, uploadMax, comment = row
ipv4_hosts = []
ipv6_hosts = []
if ipv4_input != "":
try:
ipv4_input = ipv4_input.replace(' ','')