Skip to content

Commit 07de3ec

Browse files
author
shmilylty
committed
解决报WRONG_VERSION_NUMBER问题
1 parent 518b27e commit 07de3ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

oneforall/common/request.py

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ async def fetch(session, url, semaphore):
5757
timeout = aiohttp.ClientTimeout(total=config.get_timeout)
5858
async with semaphore:
5959
async with session.get(url,
60+
ssl=config.verify_ssl,
6061
allow_redirects=config.get_redirects,
6162
timeout=timeout,
6263
proxy=config.get_proxy) as resp:

0 commit comments

Comments
 (0)