Fixed spelling for AutoReadIncoming was AutoReadIncomming

This commit is contained in:
Jeremiah Ticket 2016-09-28 09:08:48 -08:00
parent c9434f98a2
commit 23a96914a1
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ voice=
language=english-us
# Read new text as it happens?
autoReadIncomming=True
autoReadIncoming=True
[braille]
#braille is not implemented yet

View File

@ -24,7 +24,7 @@ settings = {
'module': '',
'voice': 'de',
'language': 'de',
'autoReadIncomming': True,
'autoReadIncoming': True,
},
'braille':{
'enabled': False,