Skip to content

Commit

Permalink
修复代理问题
Browse files Browse the repository at this point in the history
  • Loading branch information
shmilylty committed Nov 21, 2022
1 parent 20cdf09 commit d1a98fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/setting.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
'YandexSearch', 'CrossDomainXml',
'ContentSecurityPolicy'] # 代理自定义的模块
request_proxy_pool = [{'http': 'http://127.0.0.1:1080',
'https': 'https://127.0.0.1:1080'}] # 代理池
'https': 'http://127.0.0.1:1080'}] # 代理池
# request_proxy_pool = [{'http': 'socks5h://127.0.0.1:10808',
# 'https': 'socks5h://127.0.0.1:10808'}] # 代理池

Expand Down

0 comments on commit d1a98fd

Please sign in to comment.