diff --git a/simple/util/dc_client.py b/simple/util/dc_client.py index 58ccf478..3220c67f 100644 --- a/simple/util/dc_client.py +++ b/simple/util/dc_client.py @@ -73,7 +73,7 @@ def get_api_root(): if _DEBUG: logging.info("DC API Root: %s", get_api_root()) - logging.info("DC API Key: %s", get_api_key()) + logging.info("DC API Key: %s", "" if get_api_key() else "") os.makedirs(_DEBUG_FOLDER, exist_ok=True)