💡 add some comment

This commit is contained in:
Finn Christiansen 2023-11-08 22:49:17 +01:00
parent 0852989191
commit e5f76a956e

View file

@ -31,6 +31,7 @@ def addreminder():
if k == 'BEGIN' and v == 'VALARM':
valarm_found = True
# add alarm if not already set
if not valarm_found:
alarm = Alarm()
alarm.add('ACTION', 'DISPLAY')