Skip to content

Commit

Permalink
hotfix/clean_shutdown (#222)
Browse files Browse the repository at this point in the history
missed in #195 refactor
  • Loading branch information
JarbasAl authored Apr 30, 2024
1 parent 2d94235 commit da0bbeb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ovos_plugin_manager/templates/tts.py
Original file line number Diff line number Diff line change
Expand Up @@ -717,8 +717,6 @@ def stop(self):
def shutdown(self):
"""Shuts down the TTS engine."""
self.stop()
if TTS.playback:
TTS.playback.detach_tts(self)

def __del__(self):
"""Destructor for the TTS object."""
Expand Down

0 comments on commit da0bbeb

Please sign in to comment.