summaryrefslogtreecommitdiff
path: root/client/stt.py
diff options
context:
space:
mode:
Diffstat (limited to 'client/stt.py')
-rw-r--r--client/stt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/stt.py b/client/stt.py
index d012245..bcfdfba 100644
--- a/client/stt.py
+++ b/client/stt.py
@@ -36,7 +36,7 @@ class PocketSphinxSTT(object):
hmm_dir = None
# Try to get hmm_dir from config
- profile_path = os.path.join(os.path.dirname(__file__),'profile.yml')
+ profile_path = os.path.join(os.path.dirname(__file__), 'profile.yml')
if os.path.exists(profile_path):
with open(profile_path, 'r') as f:
profile = yaml.safe_load(f)