Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2844 from MycroftAI/bugfix/fake-blacklist
Browse files Browse the repository at this point in the history
Remove example entries in blacklisted_skills config
  • Loading branch information
krisgesling committed Mar 10, 2021
2 parents db79748 + bed4c9f commit f54300d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mycroft/configuration/mycroft.conf
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
// blacklisted skills to not load
// NB: This is the basename() of the directory where the skill lives, so if
// the skill you want to blacklist is in /opt/mycroft/skills/mycroft-alarm.mycroftai/
// then you should write "mycroft-alarm.mycroftai" below.
"blacklisted_skills": ["skill-media", "send_sms", "skill-wolfram-alpha", "pianobar-skill"],
// then you should write `["mycroft-alarm.mycroftai"]` below.
"blacklisted_skills": [],
// priority skills to be loaded first
"priority_skills": ["mycroft-pairing", "mycroft-volume"],
// Time between updating skills in hours
Expand Down

0 comments on commit f54300d

Please sign in to comment.