main
luanhailiang 2023-09-22 19:58:24 +08:00
parent 3eb207a388
commit 5526ffef7a
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -172,7 +172,7 @@ def post_request(url, data):
"Content-Type": "application/json" "Content-Type": "application/json"
} }
response = requests.post(url, data=data,headers=headers) 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) print("post_request",use,response.text)
# import pstats # import pstats