Commit e9cd28e5 authored by wang's avatar wang

111

parent d2e6c1ac
...@@ -235,16 +235,16 @@ while True: ...@@ -235,16 +235,16 @@ 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,
} # }
session.verify = False # session.verify = False
if platform.uname().system == 'Darwin': # if platform.uname().system == 'Darwin':
session.proxies = { # session.proxies = {
'http': 'http://127.0.0.1:7890', # 'http': 'http://127.0.0.1:7890',
'https': 'http://127.0.0.1:7890', # 'https': 'http://127.0.0.1:7890',
} # }
selectId = random.choice(list(envs)) selectId = random.choice(list(envs))
# selectId = 'a74048568ce5f6140df6d956' # selectId = 'a74048568ce5f6140df6d956'
if usedTime > 5: if usedTime > 5:
......
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