From cf543551f6ab093f46c023d353313d882053cc55 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Tue, 19 Mar 2024 18:42:28 +0000 Subject: [PATCH] Update ovos.py --- ovos_workshop/skills/ovos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovos_workshop/skills/ovos.py b/ovos_workshop/skills/ovos.py index 1856af6f..5240b3b4 100644 --- a/ovos_workshop/skills/ovos.py +++ b/ovos_workshop/skills/ovos.py @@ -773,7 +773,7 @@ def _monitor_own_settings(self): # account for isolated setups where skills might not share a filesystem with core if is_classic_core(): return True - return self.settings.get("monitor_own_settings", True) # TODO - default to False in core 0.1.0 + return self.settings.get("monitor_own_settings", False) def _handle_settings_changed(self, message): """external signal to reload skill settings"""