Skip to content

Commit

Permalink
Update ovos.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Mar 19, 2024
1 parent f8fc0fd commit cf54355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_workshop/skills/ovos.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
Expand Down

0 comments on commit cf54355

Please sign in to comment.