Commit 8892f150 authored by wang's avatar wang

收集更多信息

parent bc6bc3e6
......@@ -87,10 +87,9 @@ while True:
'https': proxy,
}
if platform.uname().system == 'Darwin':
proxy = 'http://127.0.0.1:7890'
session.proxies = {
'http': proxy,
'https': proxy,
'http': 'http://127.0.0.1:7890',
'https': 'http://127.0.0.1:7890',
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment