Commit a0d63a84 authored by wang's avatar wang

wn fix

parent d9c8b06a
......@@ -234,9 +234,10 @@ setTimeout(r= > {
#
# if platform.uname().system == 'Darwin':
total += 1
response = session.post(url, headers=headers, json=data)
logger.info(f'tls:{tlsV} proxy:{proxy} res:: {response.status_code}')
if response.status_code != 403:
# response = session.post(url, headers=headers, json=data)
# logger.info(f'tls:{tlsV} proxy:{proxy} res:: {response.status_code}')
status_code = 400
if status_code != 403:
success += 1
uri = 'http://ymx-lcc.unififi.com/header/add'
# uri = 'http://52.52.23.116/header/add'
......
No preview for this file type
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