diff --git a/doc/README_app_en.md b/doc/README_app_en.md index 88141d1..839dda2 100644 --- a/doc/README_app_en.md +++ b/doc/README_app_en.md @@ -7,10 +7,10 @@ get method pr -docker run --rm -it -p 8000:8000 -p 8001:8001 -p 8002:8002 -v ~/mimajingsai:/app -e HOST_IP=110.41.130.197 git.mamahaha.work/sangge/tpre:base bash +docker run -it -p 8000:8000 -p 8001:8001 -p 8002:8002 -v ~/mimajingsai:/app -e HOST_IP=110.41.130.197 git.mamahaha.work/sangge/tpre:base bash -tpre3: docker run --rm -it -p 8000:8000 -p 8001:8001 -p 8002:8002 -v ~/mimajingsai:/app -e HOST_IP=110.41.21.35 git.mamahaha.work/sangge/tpre:base bash +tpre3: docker run -it -p 8000:8000 -p 8001:8001 -p 8002:8002 -v ~/mimajingsai:/app -e HOST_IP=110.41.21.35 git.mamahaha.work/sangge/tpre:base bash 110.41.155.96 tpre1 diff --git a/src/client.py b/src/client.py index 4c4ae4e..f1207c2 100644 --- a/src/client.py +++ b/src/client.py @@ -244,6 +244,7 @@ async def request_message(i_m: Request_Message): } try: response = requests.post(url, json=payload, timeout=3) + print(response.text) except: print("can't post")