更新 src/node.py
All checks were successful
Test CI / test speed (push) Successful in 14s
All checks were successful
Test CI / test speed (push) Successful in 14s
This commit is contained in:
parent
5b85db2427
commit
b26bd92328
@ -25,7 +25,7 @@ async def lifespan(_: FastAPI):
|
||||
message_list = []
|
||||
|
||||
app = FastAPI(lifespan=lifespan)
|
||||
server_address = "http://60.204.236.38:8000/server"
|
||||
server_address = os.environ.get("server_address")
|
||||
id = 0
|
||||
ip = ""
|
||||
client_ip_src = "" # 发送信息用户的ip
|
||||
|
Loading…
x
Reference in New Issue
Block a user