Fix typo in Alerts.py causing an exception at runtime

This commit is contained in:
April
2022-10-17 23:01:35 -07:00
parent 61bacad672
commit 33a044564d

View File

@ -318,7 +318,7 @@ def getAlerts(location):
def makeRecord():
with open("D:\\BERecord.xml", 'a') as BERecord:
BERecord.write('<Data type="BERecord>')
BERecord.write('<Data type="BERecord">')
BERecord.close()
for z in zones: