import httpx import trio from bs4 import BeautifulSoup import csv async def call(client, unit, send_channel): r = (await client.get(unit[2])).content soup