Skip to content

Commit

Permalink
refactor: comment removing file from storage
Browse files Browse the repository at this point in the history
  • Loading branch information
msadeqsirjani committed Jun 13, 2023
1 parent 6fe5828 commit d30a134
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 @@ -25,7 +25,7 @@ def download(file_name: str):

return_data.seek(0)

os.remove(file_path)
# os.remove(file_path)

return send_file(path_or_file=return_data,
download_name=file_name,
Expand Down

0 comments on commit d30a134

Please sign in to comment.