From 07de3ecc2b213ab49129870f7a9b0f28514f3950 Mon Sep 17 00:00:00 2001 From: shmilylty Date: Thu, 8 Aug 2019 22:34:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=8A=A5WRONG=5FVERSION=5FNU?= =?UTF-8?q?MBER=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oneforall/common/request.py | 1 + 1 file changed, 1 insertion(+) diff --git a/oneforall/common/request.py b/oneforall/common/request.py index fe2f470..c018543 100644 --- a/oneforall/common/request.py +++ b/oneforall/common/request.py @@ -57,6 +57,7 @@ async def fetch(session, url, semaphore): timeout = aiohttp.ClientTimeout(total=config.get_timeout) async with semaphore: async with session.get(url, + ssl=config.verify_ssl, allow_redirects=config.get_redirects, timeout=timeout, proxy=config.get_proxy) as resp: