回答編集履歴
1
answer
CHANGED
@@ -10,7 +10,6 @@
|
|
10
10
|
import asyncio
|
11
11
|
async def fetch(url):
|
12
12
|
async with aiohttp.ClientSession() as session:
|
13
|
-
|
14
13
|
async with async_timeout.timeout(100):
|
15
14
|
headers = {
|
16
15
|
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.167 Safari/537.36',
|