Commit 7188d5d5 authored by wang's avatar wang

wn fix

parent bdd5cd58
...@@ -119,10 +119,10 @@ while True: ...@@ -119,10 +119,10 @@ while True:
# session = tls_client.Session(tlsV) # session = tls_client.Session(tlsV)
# session.timeout_seconds = 15 # session.timeout_seconds = 15
# session = requests.session() # session = requests.session()
# session.proxies = { session.proxies = {
# 'http': proxy, 'http': proxy,
# 'https': proxy, 'https': proxy,
# } }
# if platform.uname().system == 'Darwin': # if platform.uname().system == 'Darwin':
# session.proxies = { # session.proxies = {
# 'http': 'http://127.0.0.1:8890', # 'http': 'http://127.0.0.1:8890',
......
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