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

+ 1 - 1
core/NeuronModule.py

@@ -66,7 +66,7 @@ class NeuronModule(object):
         logger.debug("NeuronModule called from class %s with parameters: %s" % (child_name, str(kwargs)))
 
         self.settings = SettingLoader.get_settings()
-        brain_loader = BrainLoader.Intance()
+        brain_loader = BrainLoader.Instance()
         self.brain = brain_loader.brain
 
         # check if the user has overrider the TTS

+ 1 - 1
kalliope.py

@@ -61,7 +61,7 @@ def main():
     if args.brain_file:
         brain_file = args.brain_file
     # load the brain once
-    brain_loader = BrainLoader.Intance(file_path=brain_file)
+    brain_loader = BrainLoader.Instance(file_path=brain_file)
     brain = brain_loader.brain
 
     # check the user provide a valid action