We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e26237 commit 4e3153fCopy full SHA for 4e3153f
src/cryptojwt/key_issuer.py
@@ -49,7 +49,7 @@ def __init__(self, ca_certs=None, keybundle_cls=KeyBundle,
49
self.httpc_params = httpc_params or {}
50
51
def __repr__(self) -> str:
52
- return '<KeyIssuer "{}"(KeyBundles={})>'.format(self.name, self._bundles)
+ return '<KeyIssuer "{}" {}>'.format(self.name, self.key_summary())
53
54
def __getitem__(self, item):
55
return self.get_bundles()[item]
0 commit comments