diff --git a/Util/MachineProductCfg.py b/Util/MachineProductCfg.py index fdd8691..82064eb 100644 --- a/Util/MachineProductCfg.py +++ b/Util/MachineProductCfg.py @@ -59,6 +59,9 @@ def getAlertZones(): for x in i['@value'].split(','): zones.append(x) + if i['@key'] == 'primaryCounty' and i['@value'] != "": + zones.append(i['@value']) + if i['@key'] == "secondaryCounties" and i['@value'] != "": for x in i['@value'].split(','): zones.append(x)