响应消息中增加“事件更新”数据

This commit is contained in:
zcr
2026-03-06 11:08:28 +08:00
parent a5ef8cfbd9
commit 5951205ac9
2 changed files with 33 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
import logging
import logging.config
import uvicorn
from fastapi import FastAPI
@@ -33,4 +33,4 @@ async def root():
if __name__ == "__main__":
uvicorn.run("main:app_server", host="0.0.0.0", port=7777, reload=True)
uvicorn.run("main:app_server", host="0.0.0.0", port=7777, reload=False)