diff --git a/v1.2/LibreQoS.py b/v1.2/LibreQoS.py index 8ab8bbaa..dcccef5f 100644 --- a/v1.2/LibreQoS.py +++ b/v1.2/LibreQoS.py @@ -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(' ','')