Skip to content

Commit

Permalink
fix:phal config loading
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Oct 21, 2024
1 parent 3105ddd commit 19a8907
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ovos_gui/namespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@ def _define_message_handlers(self):
self.core_bus.on("gui.page_interaction", self.handle_page_interaction)
self.core_bus.on("gui.page_gained_focus", self.handle_page_gained_focus)
self.core_bus.on("mycroft.gui.screen.close", self.handle_namespace_global_back)
self.core_bus.on("gui.volunteer_page_upload", self.handle_gui_pages_available)

# TODO - deprecate this, only needed for gui bus upload
# Bus is connected, check if the skills service is ready
Expand Down

0 comments on commit 19a8907

Please sign in to comment.