Commit e17ee431 authored by wangmingming's avatar wangmingming

111

parent 28d6a6db
......@@ -252,7 +252,7 @@ while True:
# {"$inc": {"used": 1}}
# )
usedTime += 1
print(r)
# print(r)
headers.update(r)
# headers = r
logger.info(
......@@ -291,7 +291,7 @@ while True:
# status_code = response.json()['status_code']
logger.info(f'tls:{tlsV} proxy:{proxy} res:: {status_code}')
total += 1
print(response.text)
# print(response.text)
if status_code != 403:
# res = db.env_shape.update_one(
# {'_id': ObjectId(selectId)},
......
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