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 d24f848 commit d943654Copy full SHA for d943654
1 file changed
veadk/auth/veauth/ark_veauth.py
@@ -52,7 +52,6 @@ def get_ark_token(region: str = "cn-beijing") -> str:
52
region=region,
53
host=host,
54
)
55
- logger.info(f"Successfully fetched ARK API Key list: {res}")
56
try:
57
first_api_key_id = res["Result"]["Items"][0]["Id"]
58
logger.warning("By default, VeADK fetches the first API Key in the list.")
0 commit comments