У
Size: a a a
У
ᅠ
У
ᅠ
У
ᅠ
У
E
N
N
N
F🍭
N
F🍭
N
F🍭
N
N
TA
async def fetch(session, data_json):
async with session.post(host_2, json=data_json) as resp:
return await resp.text()
async def sht(data_json):
async with aiohttp.ClientSession() as session:
res = await fetch(session, data_json)
А