From e06bdaa546b66d90d2346e588810d2490e7731aa Mon Sep 17 00:00:00 2001 From: schneefux Date: Thu, 27 Nov 2014 23:01:31 +0100 Subject: Replace wront comment --- client/stt.py | 3 +-- 1 file changed, 1 insertion(+), 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: -- cgit v1.3.1