Skip to content

Commit

Permalink
Remove unreachable message forward from core to GUI bus
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Oct 4, 2023

Verified

This commit was signed with the committer’s verified signature.
antfu Anthony Fu
1 parent a4c40b8 commit e39575c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_gui/namespace.py
Original file line number Diff line number Diff line change
@@ -488,7 +488,7 @@ def _define_message_handlers(self):
self.core_bus.on("recognizer_loop:audio_output_end",
self.forward_to_gui)
self.core_bus.on("mycroft.ready", self.forward_to_gui)
self.core_bus.on("mycroft.gui.port", self.forward_to_gui)
# self.core_bus.on("mycroft.gui.port", self.forward_to_gui)

self.core_bus.on("gui.clear.namespace", self.handle_clear_namespace)
self.core_bus.on("gui.event.send", self.handle_send_event)

0 comments on commit e39575c

Please sign in to comment.