Skip to content

Commit

Permalink
fix:Typing
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Oct 16, 2024
1 parent 2622b92 commit c012493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocp_pipeline/opm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ def __init__(self, bus: Optional[Union[MessageBusClient, FakeBus]] = None,
super().__init__(bus, config)
self.mycroft_cps = LegacyCommonPlay(self.bus)
OCPPipelineMatcher.load_intent_files()
self.add_event("ocp:legacy_cps", self.handle_legacy_cps, is_intent=True)
self.bus.on("ocp:legacy_cps", self.handle_legacy_cps)

############
# Legacy Mycroft CommonPlay skills
Expand Down

0 comments on commit c012493

Please sign in to comment.