diff --git a/ovos_dinkum_listener/service.py b/ovos_dinkum_listener/service.py index f6aedd9..80c4216 100644 --- a/ovos_dinkum_listener/service.py +++ b/ovos_dinkum_listener/service.py @@ -1079,7 +1079,7 @@ def reload_configuration(self): if self.stt: LOG.debug(f"new={self.stt.__class__}: {self.stt.config}") - if not self.disable_reload and new_hash['fallback'] != self._applied_config_hash['fallback']: + if not self.disable_reload and not self.disable_fallback and new_hash['fallback'] != self._applied_config_hash['fallback']: LOG.info("Reloading Fallback STT") if self.fallback_stt: LOG.debug(f"old={self.fallback_stt.__class__}: "