mirror of
https://github.com/mewtek/i2ME-Legacy.git
synced 2025-05-15 02:31:05 -05:00
Bugfix in alerts
This commit is contained in:
parent
e8554e81ed
commit
bc18b712f6
@ -317,6 +317,7 @@ def getAlerts(location):
|
|||||||
# TODO: This should be converted into a function so it works better with async, that way we're not getting hung up on that time.sleep() call.
|
# TODO: This should be converted into a function so it works better with async, that way we're not getting hung up on that time.sleep() call.
|
||||||
|
|
||||||
def makeRecord():
|
def makeRecord():
|
||||||
|
global k
|
||||||
with open("./.temp/BERecord.xml", 'a') as BERecord:
|
with open("./.temp/BERecord.xml", 'a') as BERecord:
|
||||||
BERecord.write('<Data type="BERecord">')
|
BERecord.write('<Data type="BERecord">')
|
||||||
BERecord.close()
|
BERecord.close()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user