nico 8 years ago
parent
commit
a3fba4b533
2 changed files with 2 additions and 2 deletions
  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