소스 검색

[FEATURE] Hum Second part of the code which didnt commit ... WTF

monf 8 년 전
부모
커밋
e464aedaa5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      core/JarvisTrigger.py

+ 2 - 2
core/JarvisTrigger.py

@@ -1,4 +1,4 @@
-from stt.snowboy import snowboydecoder
+from trigger.snowboy import snowboydecoder
 
 
 class JarvisTrigger:
@@ -13,7 +13,7 @@ class JarvisTrigger:
         """
         self.main_controller = main_controller
         # TODO update this to load the file from settings
-        self.model = "stt/snowboy/resources/GlaDOS.pmdl"
+        self.model = "trigger/snowboy/resources/jarviss.pmdl"
         # boolean used to stop the snowbow listening
         self.interrupted = False