From c8304ce7c099d6d807576a01a54409023a00491a Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 21 Jan 2026 10:04:50 -0500 Subject: [PATCH] Fixed indentation error. --- .gitignore | 1 + src/cthulhu/speech.py | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index d9e3999..8edfa92 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,4 @@ po/insert-header.sed !/help/C/*.xml /help/*/*.mo /help/*/*.stamp +.aider* diff --git a/src/cthulhu/speech.py b/src/cthulhu/speech.py index f5c8ad2..9ddf27c 100644 --- a/src/cthulhu/speech.py +++ b/src/cthulhu/speech.py @@ -167,12 +167,6 @@ def setSpeechServer(speechServer: SpeechServer) -> None: """ global _speechserver _speechserver = speechServer - shutdown() - shutdown() - shutdown() - shutdown() - else: - init() def __resolveACSS(acss: Optional[Any] = None) -> ACSS: if isinstance(acss, ACSS):