removed lines from distributed example
This commit is contained in:
parent
2e7badab4e
commit
d24e1ae110
@ -44,7 +44,6 @@ async def setup(app, loop):
|
|||||||
async def stop(app, loop):
|
async def stop(app, loop):
|
||||||
# close connection pool
|
# close connection pool
|
||||||
await db.close()
|
await db.close()
|
||||||
await to_asyncio_future(app.client._shutdown())
|
|
||||||
|
|
||||||
|
|
||||||
@app.post('/users')
|
@app.post('/users')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user