1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

Merge pull request #280 from ChrisLovering/Add-aiohttp-as-a-plain-text-agent

Add aiohttp as a plain text agent
This commit is contained in:
Igor Chubin
2021-01-31 17:49:43 +01:00
committed by GitHub
+1
View File
@@ -82,6 +82,7 @@ PLAIN_TEXT_AGENTS = [
"openbsd ftp",
"powershell",
"fetch",
"aiohttp",
]
def _is_html_needed(user_agent):