diff options
author | Pjotr Prins | 2024-04-02 16:31:02 +0200 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-12 07:40:03 -0500 |
commit | d623d931046495239c7ce9ec3024e028b2f26fde (patch) | |
tree | f8c78773285466b3d706909ddb6a9002c1587505 /gn3 | |
parent | 8fa885e66c9e31fc1b0a5329c6b061cf017995c8 (diff) | |
download | genenetwork3-d623d931046495239c7ce9ec3024e028b2f26fde.tar.gz |
Mistake using envvar
Diffstat (limited to 'gn3')
-rw-r--r-- | gn3/app.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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"], |