q
хотя
async def test():
async with aiohttp.ClientSession() as session:
Size: a a a
q
L
L
q
q
import test
await test.test()
это
весь твой код?q
q
Z
L
import test
await test.test()
это
весь твой код?import aiohttp
import config
async def test():
async with aiohttp.ClientSession() as session:
async with session.get(config.test_URL) as response:
data = await response.json()
data = data.get('data')
await test.test()
q
q
ЮЧ
import aiohttp
import config
async def test():
async with aiohttp.ClientSession() as session:
async with session.get(config.test_URL) as response:
data = await response.json()
data = data.get('data')
await test.test()
q
q
L
q
q
q
ЮЧ
F