79488557

Date: 2025-03-06 07:35:50
Score: 1.5
Natty:
Report link

In my case, just add this line of code before send request via aiohttp

    url = yarl.URL(url, encoded=False)
    res = await session.request(method="GET", url=url)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Vincent Hunter