diff --git a/xhu.py b/xhu.py index 70ff71f..84c6152 100644 --- a/xhu.py +++ b/xhu.py @@ -209,6 +209,7 @@ def get_file(path): response = flask.make_response(flask.send_file( str(data_file), + download_name=data_file.stem, )) generate_headers( response.headers,