From 5526ffef7a87491adfbd3bcb117c1e15328a8f66 Mon Sep 17 00:00:00 2001 From: luanhailiang Date: Fri, 22 Sep 2023 19:58:24 +0800 Subject: [PATCH] "ms" --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index aaa163b..36f823e 100644 --- a/app.py +++ b/app.py @@ -172,7 +172,7 @@ def post_request(url, data): "Content-Type": "application/json" } response = requests.post(url, data=data,headers=headers) - use += " post:"+str((time.time()*1000) - bgn + "ms") + use += " post:"+str((time.time()*1000) - bgn ) +"ms" print("post_request",use,response.text) # import pstats