Fixed indentation error.

This commit is contained in:
Storm Dragon
2026-01-21 10:04:50 -05:00
parent 8ff9c70d29
commit c8304ce7c0
2 changed files with 1 additions and 6 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,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):