mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-13 12:16:29 +00:00
Bugfix docker have no version (#139)
This commit is contained in:
parent
b61d5625fe
commit
6a74893a30
@ -99,7 +99,7 @@ class APISupervisor(object):
|
|||||||
raise RuntimeError("Version {} is already in use".format(version))
|
raise RuntimeError("Version {} is already in use".format(version))
|
||||||
|
|
||||||
return await asyncio.shield(
|
return await asyncio.shield(
|
||||||
self.supervisor.update(version=version), loop=self.loop)
|
self.supervisor.update(version), loop=self.loop)
|
||||||
|
|
||||||
@api_process
|
@api_process
|
||||||
async def reload(self, request):
|
async def reload(self, request):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user