diff options
Diffstat (limited to 'client')
| -rw-r--r-- | client/stt.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/stt.py b/client/stt.py index afe5944..4316b53 100644 --- a/client/stt.py +++ b/client/stt.py @@ -264,8 +264,7 @@ class ATandTSTT(AbstractSTTEngine): def get_config(cls): # FIXME: Replace this as soon as we have a config module config = {} - # HMM dir - # Try to get hmm_dir from config + # Try to get AT&T app_key/app_secret from config profile_path = jasperpath.config('profile.yml') if os.path.exists(profile_path): with open(profile_path, 'r') as f: |
