Skip to content

Commit 8384586

Browse files
committed
flask update: change attachment_filename to download_name
1 parent a2d5445 commit 8384586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mock_connect/mock_connect/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def v1_content_bundle_download(bundle: Bundle, content_id):
194194
bundle.read_bundle_data(),
195195
mimetype="application/tar+gzip",
196196
as_attachment=True,
197-
attachment_filename=basename(bundle._tar_file) if bundle._tar_file else None,
197+
download_name=basename(bundle._tar_file) if bundle._tar_file else None,
198198
)
199199

200200

0 commit comments

Comments
 (0)