forked from sangge/tpre-python
feat:change serveraddress
This commit is contained in:
parent
a6588cde0e
commit
2271369d2e
@ -15,9 +15,9 @@ async def lifespan(app: FastAPI):
|
||||
|
||||
|
||||
app = FastAPI(lifespan=lifespan)
|
||||
server_address = "http://10.20.14.232:8000/server"
|
||||
server_address = "http://110.41.155.96:8000/server"
|
||||
id = 0
|
||||
ip = "10.16.21.163"
|
||||
ip = ""
|
||||
client_ip_src = "" # 发送信息用户的ip
|
||||
client_ip_des = "" # 接收信息用户的ip
|
||||
processed_message = () # 重加密后的数据
|
||||
|
Loading…
x
Reference in New Issue
Block a user