Make sure skill manifest is synced with backend

Send skill manifest all startups
pull/2320/head
Åke Forslund 2019-09-20 16:40:30 +02:00
parent 347e8c9d1e
commit 62bba61da0
1 changed files with 3 additions and 0 deletions

View File

@ -138,6 +138,9 @@ class SkillManager(Thread):
self._remove_git_locks()
self._connected_event.wait()
self._load_on_startup()
# Update sync backend and skills.
self.skill_updater.post_manifest(reload_skills_manifest=True)
self.settings_downloader.download()
# Scan the file folder that contains Skills. If a Skill is updated,