Skip to content

Commit

Permalink
chore: update aiohttp spider test
Browse files Browse the repository at this point in the history
  • Loading branch information
shengchenyang committed Jan 29, 2024
1 parent 51ea7da commit 30bae68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/spiders.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ class DemoAiohttpSpider(SimpleSpider):
# 同时连接到一台主机的数量
"limit_per_host": 0,
"retry_times": 3,
"verify_ssl": False,
"ssl": False,
# "verify_ssl": False,
"allow_redirects": False,
},
"DOWNLOAD_TIMEOUT": 35,
Expand Down

0 comments on commit 30bae68

Please sign in to comment.