Commit 14a9f185 authored by wang's avatar wang

wn test

parent 5b008482
...@@ -87,7 +87,8 @@ while True: ...@@ -87,7 +87,8 @@ while True:
# proxy = 'http://user-unifflcc-region-us:q39CEBTs5A5YQXor@pr.roxlabs.cn:4600' # proxy = 'http://user-unifflcc-region-us:q39CEBTs5A5YQXor@pr.roxlabs.cn:4600'
tlsV = f'chrome_{random.randint(105, 113)}' tlsV = f'chrome_{random.randint(105, 113)}'
tlsV = 'chrome_112' tlsV = 'chrome_112'
session = tls_client.Session(tlsV) # session = tls_client.Session(tlsV)
session = requests.session()
session.proxies = { session.proxies = {
'http': proxy, 'http': proxy,
'https': proxy, 'https': proxy,
...@@ -189,7 +190,7 @@ while True: ...@@ -189,7 +190,7 @@ while True:
"isDomestic": False "isDomestic": False
} }
# #
# # session = requests.Session() # session = requests.Session()
# #
# if platform.uname().system == 'Darwin': # if platform.uname().system == 'Darwin':
total += 1 total += 1
......
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