change TTS

This commit is contained in:
chrys 2016-07-07 01:13:45 +02:00
parent 72052566d0
commit c9cf647ba2

View File

@ -25,8 +25,8 @@ runtime = {
'newContentAttrib': b'', 'newContentAttrib': b'',
'oldTTY':'0', 'oldTTY':'0',
'newTTY':'0', 'newTTY':'0',
'speechDriverString':'sd', 'speechDriverString':'es',
'speechDriver': sd.speech() 'speechDriver': es.speech()
} }
while(runtime['running']): while(runtime['running']):