fix: correct indentation in setSpeechServer function

Co-authored-by: aider (ollama/deepseek-coder:6.7b) <aider@aider.chat>
This commit is contained in:
Storm Dragon
2026-01-21 09:27:41 -05:00
parent fa77d76aa5
commit 803404aa48

View File

@@ -168,6 +168,7 @@ def setSpeechServer(speechServer: SpeechServer) -> None:
global _speechserver
_speechserver = speechServer
shutdown()
shutdown()
else:
init()