修复数据索引类型错误

This commit is contained in:
JIANG
2025-12-22 10:33:43 +08:00
parent 787fbb5983
commit f10b9fac7f
2 changed files with 19 additions and 12 deletions

View File

@@ -13,6 +13,6 @@ if __name__ == "__main__":
"main:app",
host="0.0.0.0",
port=8000,
# workers=2, # 这里可以设置多进程
workers=2, # 这里可以设置多进程
loop="asyncio",
)