TencentCloud / tencentcloud-sdk-python

Tencent Cloud API 3.0 SDK for Python
Apache License 2.0
613 stars 251 forks source link

README中的举例中 类未实例化 #134

Closed HankXiezz closed 2 years ago

HankXiezz commented 2 years ago

在 README>>凭证管理 >>2. 配置文件中。 相关代码 ProfileCredential 后缺少"()",未将类实例化。

from tencentcloud.common import credential cred = credential.ProfileCredential.get_credential() cred = credential.ProfileCredential().get_credential()