mirror of
https://github.com/chubin/wttr.in
synced 2025-01-26 02:34:59 +00:00
Add fetch and aiohttp to PLAIN_TEXT_AGENTS (#586)
This commit is contained in:
parent
ed3a322f77
commit
e0cc061a64
1 changed files with 2 additions and 0 deletions
|
@ -80,6 +80,8 @@ PLAIN_TEXT_AGENTS = [
|
|||
"python-requests",
|
||||
"openbsd ftp",
|
||||
"powershell",
|
||||
"fetch",
|
||||
"aiohttp",
|
||||
]
|
||||
|
||||
PLAIN_TEXT_PAGES = [':help', ':bash.function', ':translation', ':iterm2']
|
||||
|
|
Loading…
Reference in a new issue