We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 823fce1 commit cf20feeCopy full SHA for cf20fee
app/app.py
@@ -386,4 +386,4 @@ async def handle_all_other_requests(alice_request):
386
app = get_new_configured_app(dispatcher=dp, path=WEBHOOK_URL_PATH)
387
app.router.add_get("/healthz", health)
388
app.router.add_get("/metrics", aio.web.server_stats)
389
- web.run_app(app, host=WEBAPP_HOST, port=WEBAPP_PORT)
+ web.run_app(app, host=WEBAPP_HOST, port=WEBAPP_PORT, loop=dp.loop)
0 commit comments