1
0
Fork 0

fix: activate alarm at boot

Signed-off-by: thiswillbeyourgithub <github@32mail.33mail.com>
This commit is contained in:
thiswillbeyourgithub 2022-07-28 20:35:24 +02:00
parent a39683021d
commit d49324422d

View file

@ -102,6 +102,7 @@ class AlarmApp:
self.num_alarms += 1
except Exception:
pass
self._set_pending_alarms()
def foreground(self):
"""Activate the application."""