fix: activate alarm at boot
Signed-off-by: thiswillbeyourgithub <github@32mail.33mail.com>
This commit is contained in:
parent
a39683021d
commit
d49324422d
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ class AlarmApp:
|
||||||
self.num_alarms += 1
|
self.num_alarms += 1
|
||||||
except Exception:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
|
self._set_pending_alarms()
|
||||||
|
|
||||||
def foreground(self):
|
def foreground(self):
|
||||||
"""Activate the application."""
|
"""Activate the application."""
|
||||||
|
|
Loading…
Reference in a new issue