This commit is contained in:
hackrobot
2024-07-18 09:18:36 +08:00
parent b322e9a5eb
commit b394731143
2 changed files with 2 additions and 2 deletions

View File

@@ -43,4 +43,4 @@ async def send_message(request: Request):
# 运行应用程序 # 运行应用程序
if __name__ == "__main__": if __name__ == "__main__":
import uvicorn import uvicorn
uvicorn.run(app, host="0.0.0.0", port=8000) uvicorn.run(app, host="0.0.0.0", port=8521)

2
tg.sh
View File

@@ -1 +1 @@
python main.py python3 main.py