diff --git a/neon_core/skills/skill_manager.py b/neon_core/skills/skill_manager.py index 3ff501113..4546264f9 100644 --- a/neon_core/skills/skill_manager.py +++ b/neon_core/skills/skill_manager.py @@ -91,10 +91,11 @@ def download_or_update_defaults(self): # if no internet just skip this update LOG.error("no internet, skipped default skills installation") - # def _load_new_skills(self, *args, **kwargs): - # with self.load_lock: - # LOG.debug(f"Loading skills: {kwargs}") - # super()._load_new_skills(*args, **kwargs) + def _load_new_skills(self, *args, **kwargs): + # with self.load_lock: + # LOG.debug(f"Loading skills: {kwargs}") + # Override load method for config module checks + super()._load_new_skills(*args, **kwargs) def run(self): """Load skills and update periodically from disk and internet.""" diff --git a/requirements/pi.txt b/requirements/pi.txt index 38665343f..5343b1077 100644 --- a/requirements/pi.txt +++ b/requirements/pi.txt @@ -31,7 +31,7 @@ ovos-phal-plugin-configuration-provider~=1.0.0 ovos-phal-plugin-balena-wifi~=1.0.0 ovos-phal-plugin-gui-network-client~=0.0.2 ovos-phal-plugin-network-manager~=1.0.0 -ovos-phal-plugin-wifi-setup~=1.0,>=1.0.1 +ovos-phal-plugin-wifi-setup~=1.0,>=1.1.0a1 ovos-phal-plugin-dashboard==0.0.2a3 ovos-phal-plugin-alsa~=0.0.2 ovos-phal-plugin-system~=0.0.3