mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-09 10:16:29 +00:00
Fix aiohttp 2.3.1 (#231)
This commit is contained in:
parent
f3f6771534
commit
8c82c467d4
@ -166,5 +166,5 @@ class RestAPI(object):
|
|||||||
await self.webapp.shutdown()
|
await self.webapp.shutdown()
|
||||||
|
|
||||||
if self._handler:
|
if self._handler:
|
||||||
await self._handler.finish_connections(60)
|
await self._handler.shutdown(60)
|
||||||
await self.webapp.cleanup()
|
await self.webapp.cleanup()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user