From 5b19892de206696a3030a55adfadd7d8223ad588 Mon Sep 17 00:00:00 2001 From: Michael Nguyen Date: Thu, 7 Dec 2017 16:27:36 -0600 Subject: [PATCH] added fix for ake --- mycroft/skills/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mycroft/skills/settings.py b/mycroft/skills/settings.py index 68c1787493..b31ba3471a 100644 --- a/mycroft/skills/settings.py +++ b/mycroft/skills/settings.py @@ -88,7 +88,7 @@ class SkillSettings(dict): if self._is_new_hash(hashed_meta): # first look at all other devices on user account to see # if the settings exist. if it does then sync with this device - if skill_settings is not None: + if skill_settings: # is_synced flags that this settings is loaded from # another device. If a skill settings doesn't have # is_synced, then the skill is created from that device