I want different message for wrong password and wrong username?? How to detect from response whether wrong username or wrong password??
auth = aiohttp.BasicAuth(username, password)
with aiohttp.ClientSession(loop=loop, auth=auth) as client:
client.post(Some_data) as response