Compare commits
	
		
			2 Commits
		
	
	
		
			d1be848ebb
			...
			9da925c80d
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 9da925c80d | ||
|  | 9c45ca1b5f | 
| @@ -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() |             config = configparser.ConfigParser(interpolation=None) | ||||||
|             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() |             config = configparser.ConfigParser(interpolation=None) | ||||||
|             config.read(self.settingsFile) |             config.read(self.settingsFile) | ||||||
|             sections = config.sections() |             sections = config.sections() | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user