diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-01-20 10:41:08 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-01-20 10:41:08 +0000 |
commit | 94a4ece4dbb7394f51e88f7b246d2f432de76dff (patch) | |
tree | 01e2a10ccc360e1b195162a29cf2f29c8979b1f7 /app.py | |
parent | 6f4e01ab94b82de3a946bb1d889f061fc8f837c9 (diff) | |
download | eda.gay-94a4ece4dbb7394f51e88f7b246d2f432de76dff.tar.gz eda.gay-94a4ece4dbb7394f51e88f7b246d2f432de76dff.zip |
Added oauth2 authenticion instead
Diffstat (limited to 'app.py')
-rwxr-xr-x | app.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |