This commit is contained in:
Pascal Vizeli 2018-01-04 10:54:57 +01:00 committed by GitHub
parent e8e599cb8c
commit c84151e9e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,6 +82,8 @@ class APISupervisor(CoreSysAttributes):
new = set(body[ATTR_ADDONS_REPOSITORIES]) new = set(body[ATTR_ADDONS_REPOSITORIES])
await asyncio.shield(self._addons.load_repositories(new)) await asyncio.shield(self._addons.load_repositories(new))
self._updater.save()
self._config.save()
return True return True
@api_process @api_process