@@ -48,4 +48,6 @@ async def send_message(request: Request):
# 运行应用程序
if __name__ == "__main__":
import uvicorn
uvicorn.run(app, host="0.0.0.0", port=8521)
# uvicorn.run(app, host="0.0.0.0", port=8521)
uvicorn.run(app, host="127.0.0.1", port=8521)
The note is not visible to the blocked user.