Fixed indentation error.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -102,3 +102,4 @@ po/insert-header.sed
|
||||
!/help/C/*.xml
|
||||
/help/*/*.mo
|
||||
/help/*/*.stamp
|
||||
.aider*
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user