4 Commits

Author SHA1 Message Date
Storm Dragon
c8304ce7c0 Fixed indentation error. 2026-01-21 10:04:50 -05:00
Storm Dragon
8ff9c70d29 commit: fix: Corrected indentation error in speech.py file
Co-authored-by: aider (ollama/deepseek-coder:6.7b) <aider@aider.chat>
2026-01-21 09:31:12 -05:00
Storm Dragon
26cca56c34 fix: correct indentation in setSpeechServer function
Co-authored-by: aider (ollama/deepseek-coder:6.7b) <aider@aider.chat>
2026-01-21 09:28:32 -05:00
Storm Dragon
803404aa48 fix: correct indentation in setSpeechServer function
Co-authored-by: aider (ollama/deepseek-coder:6.7b) <aider@aider.chat>
2026-01-21 09:27:41 -05:00
2 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View File

@@ -102,3 +102,4 @@ po/insert-header.sed
!/help/C/*.xml
/help/*/*.mo
/help/*/*.stamp
.aider*

View File

@@ -167,9 +167,6 @@ def setSpeechServer(speechServer: SpeechServer) -> None:
"""
global _speechserver
_speechserver = speechServer
shutdown()
else:
init()
def __resolveACSS(acss: Optional[Any] = None) -> ACSS:
if isinstance(acss, ACSS):