Skip to content

Commit

Permalink
first deploy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaldi-sage committed Jun 27, 2023
1 parent b117bdb commit 171296b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cv_anonymisation/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def download_file(name):

return send_from_directory(app.config["DOWNLOAD_FOLDER"], name, as_attachment=False)

@app.route("/anonymise", methods=['GET', 'POST'])
@app.route("/anonymise", methods=['GET', 'POST']) # type: ignore
def home():
if request.method == 'POST':
# check if the post request has the file part
Expand Down

0 comments on commit 171296b

Please sign in to comment.