summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-11-27 23:01:31 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2014-11-27 23:01:31 +0100
commite06bdaa546b66d90d2346e588810d2490e7731aa (patch)
treeb94c4c32454857efb427cd4d2acd520669008dc9 /client
parent474627c477ea1d754b8d7249e694173fc65db91e (diff)
downloadjasper-client-e06bdaa546b66d90d2346e588810d2490e7731aa.tar.gz
jasper-client-e06bdaa546b66d90d2346e588810d2490e7731aa.zip
Replace wront comment
Diffstat (limited to 'client')
-rw-r--r--client/stt.py3
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: