Update settingsManager.py

This commit is contained in:
chrys 2019-02-26 15:06:21 +01:00 committed by GitHub
parent bafc67b7bb
commit 05c9aafbfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,6 +199,7 @@ class settingsManager():
self.env['input']['scriptKey'].append(key)
def resetSettingArgDict(self):
self.settingArgDict = {}
self.env['runtime']['outputManager'].resetSpeechDriver()
def setOptionArgDict(self, section, setting, value):
#section = section.lower()
#setting = setting.lower()