Skip to content

Commit cf20fee

Browse files
committed
loop
1 parent 823fce1 commit cf20fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,4 +386,4 @@ async def handle_all_other_requests(alice_request):
386386
app = get_new_configured_app(dispatcher=dp, path=WEBHOOK_URL_PATH)
387387
app.router.add_get("/healthz", health)
388388
app.router.add_get("/metrics", aio.web.server_stats)
389-
web.run_app(app, host=WEBAPP_HOST, port=WEBAPP_PORT)
389+
web.run_app(app, host=WEBAPP_HOST, port=WEBAPP_PORT, loop=dp.loop)

0 commit comments

Comments
 (0)