diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-11-27 23:01:31 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-11-27 23:01:31 +0100 |
| commit | e06bdaa546b66d90d2346e588810d2490e7731aa (patch) | |
| tree | b94c4c32454857efb427cd4d2acd520669008dc9 /client/stt.py | |
| parent | 474627c477ea1d754b8d7249e694173fc65db91e (diff) | |
| download | jasper-client-e06bdaa546b66d90d2346e588810d2490e7731aa.tar.gz jasper-client-e06bdaa546b66d90d2346e588810d2490e7731aa.zip | |
Replace wront comment
Diffstat (limited to 'client/stt.py')
| -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: |
