This is my code:
#!/usr/bin/env python from requests_html import AsyncHTMLSession async def get_link(url): r = await asession.get(url) return r i