Hi
I am developing a Python program according to the following blog.
I want to get SAP Credential Store information from a Python script.
https://blogs.sap.com/2021/09/19/how-to-consume-the-credential-store-with-python/
However, this error was output.
"nonetype' object has no attribute 'credentials"
Can anyone tell me how to resolve this error?

