From 218a1d259025a2676ad040f2881b5bff6a78fa4f Mon Sep 17 00:00:00 2001 From: Christoph Scholz Date: Wed, 15 Oct 2025 14:00:45 +0200 Subject: [PATCH] set download_name --- xhu.py | 1 + 1 file changed, 1 insertion(+) 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,