From f5242f7092a547e8e4541ec5429a294c03043c63 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 14 Mar 2024 23:49:00 -0400 Subject: [PATCH] Fixed a typo in settings files. --- config/settings/settings.conf | 2 +- config/settings/settings.conf.dectalk | 2 +- config/settings/settings.conf.example | 2 +- config/settings/settings.conf.storm | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/settings/settings.conf b/config/settings/settings.conf index f75d1a14..11e39939 100644 --- a/config/settings/settings.conf +++ b/config/settings/settings.conf @@ -69,7 +69,7 @@ volume=1.0 autoReadIncoming=True # Speak individual numbers instead of whole string. -readNumbersAsDigits': False +readNumbersAsDigits = False # genericSpeechCommand is the command that is executed for talking # the following variables are replaced with values diff --git a/config/settings/settings.conf.dectalk b/config/settings/settings.conf.dectalk index 0f087c76..37fc68f9 100644 --- a/config/settings/settings.conf.dectalk +++ b/config/settings/settings.conf.dectalk @@ -69,7 +69,7 @@ voice=0 autoReadIncoming=True # Speak individual numbers instead of whole string. -readNumbersAsDigits': False +readNumbersAsDigits = False # genericSpeechCommand is the command that is executed for talking # the following variables are replaced with values diff --git a/config/settings/settings.conf.example b/config/settings/settings.conf.example index f7aa4e7f..f45e5969 100644 --- a/config/settings/settings.conf.example +++ b/config/settings/settings.conf.example @@ -69,7 +69,7 @@ voice=en-us autoReadIncoming=True # Speak individual numbers instead of whole string. -readNumbersAsDigits': False +readNumbersAsDigits = False # genericSpeechCommand is the command that is executed for talking # the following variables are replaced with values diff --git a/config/settings/settings.conf.storm b/config/settings/settings.conf.storm index bee08d10..f339bfcc 100644 --- a/config/settings/settings.conf.storm +++ b/config/settings/settings.conf.storm @@ -23,7 +23,7 @@ volume=0.6 autoReadIncoming=True # Speak individual numbers instead of whole string. -readNumbersAsDigits': False +readNumbersAsDigits = False # genericSpeechCommand is the command that is executed for talking # the following variables are replaced with values