From a196c6d4ed1248f27078b180d5697be8bb09a304 Mon Sep 17 00:00:00 2001 From: Defeng Date: Sun, 26 Jul 2026 17:46:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20app.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 6f3b6fc..e95c9ac 100644 --- a/app.py +++ b/app.py @@ -1768,4 +1768,4 @@ async def root(): if __name__ == "__main__": import uvicorn - uvicorn.run(app, host="0.0.0.0", port=9092) + uvicorn.run(app, host="0.0.0.0", port=9090)