From 3eb207a388fd51706c7408667858906b21f0cfa8 Mon Sep 17 00:00:00 2001 From: luanhailiang Date: Fri, 22 Sep 2023 19:51:49 +0800 Subject: [PATCH] response.text --- app.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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