Commit 1d2a5739 by jiaqiying

del zhushi

parent 09f72987
......@@ -26,7 +26,7 @@ def request_main(url, headers, method, data):
inner_res = requests.post(url=url, headers=headers, data=data)
return inner_res
except Exception as e:
logging.log(str(e))
# logging.log(str(e))
raise Exception
if headers == None or headers == {} or headers == "":
......
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