mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-20 10:14:53 +00:00
Reorganise images in static folder
Run black
This commit is contained in:
parent
da142b2bc4
commit
76e7ec2058
15 changed files with 35 additions and 15 deletions
|
@ -25,7 +25,9 @@ def index():
|
|||
|
||||
scores = scores.order_by(Scores.score.asc()).limit(MAX_TOP_SCORES).all()
|
||||
|
||||
return render_template("scores.html", scores=scores, diff=int(diff_arg), ver=ver_arg, user=user_arg)
|
||||
return render_template(
|
||||
"scores.html", scores=scores, diff=int(diff_arg), ver=ver_arg, user=user_arg
|
||||
)
|
||||
|
||||
|
||||
@blueprint.route("/about")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue