Merge branch '3.0' into fix/wireshark-curl-https-skip-cert

This commit is contained in:
Guobin Yue 2026-04-23 22:55:26 +08:00 committed by GitHub
commit b49e6836cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -174,6 +174,7 @@ class Controller:
compute_id=str(c.compute_id),
connect=False,
**c.dict(exclude_unset=True, exclude={"compute_id", "created_at", "updated_at"}),
ssl_context=self._ssl_context
)
except (ControllerError, KeyError):
pass # Skip not available servers at loading