How to get the value from the html field in aiohttp?
1 answer
Example from documentation :
async def do_login(request): data = await request.post() username = data['user'] - And here exactly space should be?
await request- Andrey - one@Andrey you can follow the link and make sure of it. - Sergey Gornostaev
|