Skip to content
Snippets Groups Projects
Unverified Commit 51768e2d authored by Sébastien Thuret's avatar Sébastien Thuret
Browse files

update deprecated parameter name

parent 0bbcc2ae
No related branches found
No related tags found
No related merge requests found
......@@ -681,7 +681,7 @@ def create_app(args):
download_filename.pop(0)
download_filename = '.'.join(download_filename)
return send_file(return_data, as_attachment=True, attachment_filename=download_filename)
return send_file(return_data, as_attachment=True, download_name=download_filename)
@app.post("/detect")
@access_check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment