mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
correct validation
This commit is contained in:
parent
a2ea475457
commit
2e44cce1bd
@ -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(' ','')
|
||||
|
Loading…
Reference in New Issue
Block a user