Skip to content

Commit

Permalink
add force update from remote web
Browse files Browse the repository at this point in the history
  • Loading branch information
LearnedVector committed Dec 7, 2017
1 parent 7ecf350 commit dcfda08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def handle_web_settings(self):
Args:
message (dict): messagebus message from intent parser
"""
self.settings.load_skill_settings()
self.settings.update_remote()
_color = self.settings.get('eye color', "")
rgb = self.parse_to_rgb(_color)
if rgb is not None:
Expand Down

0 comments on commit dcfda08

Please sign in to comment.