rename
This commit is contained in:
parent
99da7afc28
commit
d4c358bd81
@ -9,8 +9,8 @@ import textwrap
|
|||||||
from subprocess import Popen, PIPE
|
from subprocess import Popen, PIPE
|
||||||
|
|
||||||
import utils.debug
|
import utils.debug
|
||||||
import speech.es as es
|
import speech.espeak as es
|
||||||
import speech.sd as sd
|
import speech.speechd as sd
|
||||||
|
|
||||||
runtime = {
|
runtime = {
|
||||||
'running':True,
|
'running':True,
|
||||||
@ -28,7 +28,7 @@ runtime = {
|
|||||||
'newContentAttrib': b'',
|
'newContentAttrib': b'',
|
||||||
'oldTTY':'0',
|
'oldTTY':'0',
|
||||||
'newTTY':'0',
|
'newTTY':'0',
|
||||||
'speechDriverString':'es',
|
'speechDriverString':'speechd',
|
||||||
'speechDriver': sd.speech()
|
'speechDriver': sd.speech()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user