Skip to content

Commit

Permalink
Update ovos_audio/service.py
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
JarbasAl and coderabbitai[bot] authored Oct 23, 2024
1 parent 3a93639 commit 063d578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_audio/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def __init__(self, ready_hook=on_ready, error_hook=on_error,
self.config = Configuration()
self.native_sources = self.config["Audio"].get("native_sources",
["debug_cli", "audio"])
self.tts: TTS = tts
self.tts: Optional[TTS] = tts
self._tts_hash = None
self.lock = Lock()
self.disable_reload = tts is not None
Expand Down

0 comments on commit 063d578

Please sign in to comment.