mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-29 06:43:56 +08:00
Fix agent snapshot history issues
This commit is contained in:
Binary file not shown.
@@ -73,6 +73,7 @@ class ManageApiClient:
|
||||
},
|
||||
timeout=cls.config.get("timeout", 30),
|
||||
limits=limits, # 使用限制
|
||||
trust_env=False,
|
||||
)
|
||||
return cls._async_clients[loop_id]
|
||||
except RuntimeError:
|
||||
|
||||
Reference in New Issue
Block a user