aboutsummaryrefslogtreecommitdiffstats
path: root/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'app.py')
-rwxr-xr-xapp.py2
1 files changed, 1 insertions, 1 deletions
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()