Fix aiohttp 2.3.1 (#231)

This commit is contained in:
Pascal Vizeli 2017-10-22 14:05:45 +02:00 committed by GitHub
parent f3f6771534
commit 8c82c467d4

View File

@ -166,5 +166,5 @@ class RestAPI(object):
await self.webapp.shutdown()
if self._handler:
await self._handler.finish_connections(60)
await self._handler.shutdown(60)
await self.webapp.cleanup()