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