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 bbc9cc1 commit 220f7d6Copy full SHA for 220f7d6
1 file changed
kepconfig/admin/lls.py
@@ -55,6 +55,9 @@ def _get_dict(self):
55
LICENSING_SERVER_ALLOW_SELF_SIGNED_CERTS: self.allow_self_signed_certs,
56
LICENSING_CLIENT_ALIAS: self.instance_alias_name
57
}
58
+
59
+ def __str__(self) -> str:
60
+ return "{}".format(self._get_dict())
61
62
def get_lls_config(server) -> lls_config:
63
'''Returns the properties of the Local License server properties. Returned object is lls_config class object.
0 commit comments