diff --git a/app.py b/app.py index 0d486c1..aaa163b 100644 --- a/app.py +++ b/app.py @@ -172,9 +172,8 @@ def post_request(url, data): "Content-Type": "application/json" } response = requests.post(url, data=data,headers=headers) - print(response.text) use += " post:"+str((time.time()*1000) - bgn + "ms") - print("post_request",use) + print("post_request",use,response.text) # import pstats # import cProfile