mirror of
https://github.com/mewtek/i2ME-Legacy.git
synced 2025-05-12 01:10:24 -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():
|
||||
with open("D:\\BERecord.xml", 'a') as BERecord:
|
||||
BERecord.write('<Data type="BERecord>')
|
||||
BERecord.write('<Data type="BERecord">')
|
||||
BERecord.close()
|
||||
|
||||
for z in zones:
|
||||
|
Loading…
x
Reference in New Issue
Block a user