serve warnings.warn("The configdebug has no affect when using serve", Warning)quart_cfg = hypercorn.Configquart_cfg.bind = ["0.0.0.0:8000"]app = Quart(__name__)async def main():
await hypercorn.asyncio.serve
return await render_template('validation_form.html', phone_nr=phone)
import hypercorn.asyncio# create task so that starting hypercorn server is no blocking functions that come after itserver = asyncio.create_task(hypercorn.asyncio.serve(app
defined at /var/home/nullrequest/.local/share/virtualenvs/lunbot-ldM1Y48e/lib/python3.10/site-packages/hypercornFile "/var/home/nullrequest/.local/share/virtualenvs/lunbot-ldM1Y48e/lib/p