mirror of
https://github.com/mewtek/i2ME-Legacy.git
synced 2025-05-12 09:20:23 -05:00
Fix typo in Alerts.py causing an exception at runtime
This commit is contained in:
parent
61bacad672
commit
33a044564d
@ -318,7 +318,7 @@ def getAlerts(location):
|
|||||||
|
|
||||||
def makeRecord():
|
def makeRecord():
|
||||||
with open("D:\\BERecord.xml", 'a') as BERecord:
|
with open("D:\\BERecord.xml", 'a') as BERecord:
|
||||||
BERecord.write('<Data type="BERecord>')
|
BERecord.write('<Data type="BERecord">')
|
||||||
BERecord.close()
|
BERecord.close()
|
||||||
|
|
||||||
for z in zones:
|
for z in zones:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user