Compare commits
No commits in common. "9da925c80defd75cc3190062fbfc4b3c9f74d75f" and "d1be848ebbb41103bb539afc0245c7390ef6ff71" have entirely different histories.
9da925c80d
...
d1be848ebb
@ -201,7 +201,7 @@ class FenrirConfigTool:
|
|||||||
|
|
||||||
# Test voice configuration
|
# Test voice configuration
|
||||||
if self.test_voice(moduleChoice, voice):
|
if self.test_voice(moduleChoice, voice):
|
||||||
config = configparser.ConfigParser(interpolation=None)
|
config = configparser.ConfigParser()
|
||||||
config.read(self.settingsFile)
|
config.read(self.settingsFile)
|
||||||
|
|
||||||
if 'speech' not in config:
|
if 'speech' not in config:
|
||||||
@ -244,7 +244,7 @@ class FenrirConfigTool:
|
|||||||
|
|
||||||
def edit_general_config(self) -> None:
|
def edit_general_config(self) -> None:
|
||||||
while True:
|
while True:
|
||||||
config = configparser.ConfigParser(interpolation=None)
|
config = configparser.ConfigParser()
|
||||||
config.read(self.settingsFile)
|
config.read(self.settingsFile)
|
||||||
sections = config.sections()
|
sections = config.sections()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user