summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/stt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/stt.py b/client/stt.py
index 9ac1a18..e441066 100644
--- a/client/stt.py
+++ b/client/stt.py
@@ -105,7 +105,7 @@ class PocketSphinxSTT(AbstractSTTEngine):
config = {}
# HMM dir
# Try to get hmm_dir from config
- profile_path = os.path.join(os.path.dirname(__file__), 'profile.yml')
+ profile_path = jasperpath.config('profile.yml')
name_default = 'default'
path_default = jasperpath.config('vocabularies')