From d49324422d3be58cdcc31ee0daadf5057ccbc02a Mon Sep 17 00:00:00 2001 From: thiswillbeyourgithub Date: Thu, 28 Jul 2022 20:35:24 +0200 Subject: [PATCH] fix: activate alarm at boot Signed-off-by: thiswillbeyourgithub --- wasp/apps/alarm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wasp/apps/alarm.py b/wasp/apps/alarm.py index 7b035c1..843de2d 100644 --- a/wasp/apps/alarm.py +++ b/wasp/apps/alarm.py @@ -102,6 +102,7 @@ class AlarmApp: self.num_alarms += 1 except Exception: pass + self._set_pending_alarms() def foreground(self): """Activate the application."""