Skip to content

Commit

Permalink
return no content
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefal committed Jun 19, 2024
1 parent f22fcaa commit ae97f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_app/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ def upload_file():
uploaded_file = request.files['file']
if uploaded_file.filename != '':
update_rtkbase(uploaded_file)
return "Updating....please refresh in a few minutes"
return ('', 204)
return render_template('manual_update.html')

#### Handle connect/disconnect events ####
Expand Down

0 comments on commit ae97f30

Please sign in to comment.