From b3947311435afa765459c790400bb38499dc81b2 Mon Sep 17 00:00:00 2001 From: hackrobot Date: Thu, 18 Jul 2024 09:18:36 +0800 Subject: [PATCH] update --- main.py | 2 +- tg.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 38406ad..1013a6b 100644 --- a/main.py +++ b/main.py @@ -43,4 +43,4 @@ async def send_message(request: Request): # 运行应用程序 if __name__ == "__main__": import uvicorn - uvicorn.run(app, host="0.0.0.0", port=8000) + uvicorn.run(app, host="0.0.0.0", port=8521) diff --git a/tg.sh b/tg.sh index 7a84f97..cbc5f14 100644 --- a/tg.sh +++ b/tg.sh @@ -1 +1 @@ -python main.py \ No newline at end of file +python3 main.py \ No newline at end of file