Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmargutt committed May 30, 2024
1 parent 703aa22 commit dd47da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ def download_data():
)) + 1
worksheet.set_column(idx, idx, max_len) # set column width
writer.save()
return send_file(data_path, as_attachment=True, attachment_filename=data_path)
return send_file(data_path, as_attachment=True)


@app.route("/data", methods=['POST'])
Expand Down

0 comments on commit dd47da2

Please sign in to comment.