From 6f9cbaf415ffe63d151ad664fefcf83486b00507 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 17 Feb 2023 14:26:43 +0900 Subject: [PATCH] test --- server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.py b/server.py index bb7299e..1a0a864 100644 --- a/server.py +++ b/server.py @@ -44,7 +44,7 @@ if AUTH_TYPE.lower() == "oidc": CONFIG_URL = os.environ["OIDC_DISCOVERY_URL"] # Default: '' OVERWRITE_REDIRECT_URI = BASE_PATH # Default: '/' - printf("using config "+FLASK_OIDC_CONFIG_URL) + print("using config "+FLASK_OIDC_CONFIG_URL) app = FlaskOIDC(__name__, static_url_path=static_url_path) app.config.from_object(CustomConfig)