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

Commit 6f1fc87

Browse files
author
jarbasai
committed
remove unneded global PRIORITY_SKILLS
1 parent a93c91f commit 6f1fc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mycroft/skills/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def __init__(self):
214214

215215
def run(self):
216216
global ws, loaded_skills, last_modified_skill, \
217-
id_counter, PRIORITY_SKILLS
217+
id_counter
218218

219219
# Load priority skills first by order
220220
if exists(SKILLS_DIR):

0 commit comments

Comments
 (0)