From e5f76a956ee4a1d0fc477e5a3e94658959525027 Mon Sep 17 00:00:00 2001 From: Finn Christiansen Date: Wed, 8 Nov 2023 22:49:17 +0100 Subject: [PATCH] :bulb: add some comment --- app/index.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/index.py b/app/index.py index 2f0d040..9850194 100644 --- a/app/index.py +++ b/app/index.py @@ -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')