nico пре 8 година
родитељ
комит
0266e9896f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      core/NeuronModule.py

+ 1 - 1
core/NeuronModule.py

@@ -121,7 +121,7 @@ class NeuronModule(object):
                 raise TTSModuleNotFound("The tts module name %s does not exist in settings file" % self.tts)
             # change the cache settings with the one precised for the current neuron
             if self.override_cache is not None:
-                tts_object.parameter = self._update_cache_var(self.override_cache, tts_object.parameter)
+                tts_object.parameters = self._update_cache_var(self.override_cache, tts_object.parameters)
 
             logger.debug("NeuroneModule: TTS args: %s" % tts_object)