diff options
author | Pjotr Prins | 2016-08-14 07:55:35 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-08-14 07:55:35 +0000 |
commit | f71939a443b3fe07f1683f00ccd342b540016084 (patch) | |
tree | cfc67d18eb3cb5a04a9c9fb9ea16c09343d3baf6 /wqflask | |
parent | 202e1547b4e9a894673dbd0e7fb89a45650c0ed3 (diff) | |
download | genenetwork2-f71939a443b3fe07f1683f00ccd342b540016084.tar.gz |
Default settings
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/views.py b/wqflask/wqflask/views.py index 0a2fa83a..5cc22cc4 100644 --- a/wqflask/wqflask/views.py +++ b/wqflask/wqflask/views.py @@ -110,7 +110,7 @@ def tmp_page(img_path): @app.route("/dalliance/<path:filename>") def bd_files(filename): - bd_path = app.config['BIODALLIANCE_PATH'] + bd_path = app.config['BIODALLIANCE_JS'] return send_from_directory(bd_path, filename) |