Skip to content

Commit

Permalink
Update ocp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Jan 12, 2024
1 parent ced1481 commit d77ad78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_bus_client/apis/ocp.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class ClassicAudioServiceInterface:
"""

@deprecated("removed from ovos-audio with the adoption of ovos-media service, "
"use OCPAudioServiceInterface instead", "0.1.0")
"use OCPInterface instead", "0.1.0")
def __init__(self, bus=None):
self.bus = bus or get_mycroft_bus()

Expand Down

0 comments on commit d77ad78

Please sign in to comment.