Skip to content

Commit

Permalink
Remove once from mycroft.ready handling so all skills handle read…
Browse files Browse the repository at this point in the history
…y events (#124)
  • Loading branch information
NeonDaniel authored Jun 26, 2023
1 parent 4c3f23b commit d159f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def initialize(self):
self._alert_expired)

# Update Homescreen UI models
self.add_event("mycroft.ready", self.on_ready, once=True)
self.add_event("mycroft.ready", self.on_ready)

self.add_event("neon.get_events", self._get_events)
self.add_event("alerts.gui.dismiss_notification",
Expand Down

0 comments on commit d159f92

Please sign in to comment.