Skip to content

Commit ae97f30

Browse files
committed
return no content
1 parent f22fcaa commit ae97f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_app/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ def upload_file():
518518
uploaded_file = request.files['file']
519519
if uploaded_file.filename != '':
520520
update_rtkbase(uploaded_file)
521-
return "Updating....please refresh in a few minutes"
521+
return ('', 204)
522522
return render_template('manual_update.html')
523523

524524
#### Handle connect/disconnect events ####

0 commit comments

Comments
 (0)