From 8196bcec8aee267929d4e10898e293406ebaa5dd Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 16 Nov 2019 19:43:23 +0100 Subject: [PATCH] ServiceKeyAlreadyApproved --- config_app/config_endpoints/api/superuser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_app/config_endpoints/api/superuser.py b/config_app/config_endpoints/api/superuser.py index 7e5adccb5..fece42c7c 100644 --- a/config_app/config_endpoints/api/superuser.py +++ b/config_app/config_endpoints/api/superuser.py @@ -13,7 +13,7 @@ from util.config.validator import EXTRA_CA_DIRECTORY from config_app.config_endpoints.exception import InvalidRequest from config_app.config_endpoints.api import resource, ApiResource, nickname, log_action, validate_json_request -from config_app.config_endpoints.api.superuser_models_pre_oci import pre_oci_model +from config_app.config_endpoints.api.superuser_models_pre_oci import pre_oci_model, ServiceKeyAlreadyApproved from config_app.config_util.ssl import load_certificate, CertInvalidException from config_app.c_app import app, config_provider, INIT_SCRIPTS_LOCATION