diff options
Diffstat (limited to 'gn3/api/general.py')
-rw-r--r-- | gn3/api/general.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/api/general.py b/gn3/api/general.py index 91a113c..d05d6f4 100644 --- a/gn3/api/general.py +++ b/gn3/api/general.py @@ -25,7 +25,7 @@ week. If a TOKEN is not provided, generate a token for the new user. status = 201 results = extract_uploaded_file( gzipped_file=file_, - target_dir=current_app.config["APP_DEFAULTS"].get("TMPDIR"), + target_dir=current_app.config["TMPDIR"], token=token) if results.get("status") > 0: status = 500 |