From d623d931046495239c7ce9ec3024e028b2f26fde Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Tue, 2 Apr 2024 16:31:02 +0200 Subject: Mistake using envvar --- gn3/app.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/gn3/app.py b/gn3/app.py index 955a9b3..d7fcbea 100644 --- a/gn3/app.py +++ b/gn3/app.py @@ -58,9 +58,6 @@ def create_app(config: Union[Dict, str, None] = None) -> Flask: logging.info("Guix Profile: '%s'.", os.environ.get("GUIX_PROFILE")) logging.info("Python Executable: '%s'.", sys.executable) - if "TMPDIR" in os.environ: - app.config.from_envvar('TMPDIR') - CORS( app, origins=app.config["CORS_ORIGINS"], -- cgit v1.2.3