Fix double click to report

This commit is contained in:
2023-06-06 10:24:06 +02:00
parent eed8f12e4a
commit 8e29948809
4 changed files with 5 additions and 3 deletions

View File

@@ -81,7 +81,9 @@ def best(file_name):
except Exception as e:
return render_template(
"error.html",
message=f"This best results file ({file_name}) has not been created yet!",
message=f"This best results file ({file_name}) has not been "
"created yet! or...",
error=str(e),
)
return render_template("best.html", data=data)