fix: 消除死锁隐患

This commit is contained in:
Sakura-RanChen
2026-07-09 10:29:41 +08:00
parent 0b8bb728e2
commit a32500a6a4
6 changed files with 20 additions and 21 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ async def monitor_stdin():
async def main():
check_ffmpeg_installed()
config = load_config()
config = await load_config()
# auth_key优先级:配置文件server.auth_key > manager-api.secret > 自动生成
# auth_key用于jwt认证,比如视觉分析接口的jwt认证、ota接口的token生成与websocket认证