From 94a4ece4dbb7394f51e88f7b246d2f432de76dff Mon Sep 17 00:00:00 2001 From: jwansek Date: Fri, 20 Jan 2023 10:41:08 +0000 Subject: Added oauth2 authenticion instead --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.py') diff --git a/app.py b/app.py index 011bddc..66d7f55 100755 --- a/app.py +++ b/app.py @@ -16,7 +16,7 @@ import os import io app = flask.Flask(__name__) -CONFIG = configparser.ConfigParser() +CONFIG = configparser.ConfigParser(interpolation = None) CONFIG.read("edaweb.conf") shown_images = set() -- cgit v1.2.3