main #21

Merged
sangge merged 8 commits from :main into main 2023-10-25 09:09:04 +08:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 0ab5388a3e - Show all commits

View File

@ -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

View File

@ -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")