mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-30 22:33:11 +00:00
Merge pull request #15 from Fluffy-Bean/deepsource-transform-88e6378d
format code with black
This commit is contained in:
commit
5e7fe75afa
1 changed files with 6 additions and 1 deletions
|
@ -49,7 +49,12 @@ def index():
|
||||||
scores = scores.order_by(Scores.score.asc()).limit(MAX_TOP_SCORES).all()
|
scores = scores.order_by(Scores.score.asc()).limit(MAX_TOP_SCORES).all()
|
||||||
|
|
||||||
return render_template(
|
return render_template(
|
||||||
"views/scores.html", scores=scores, diff=int(diff_arg), ver=ver_arg, user=user, tags=tags
|
"views/scores.html",
|
||||||
|
scores=scores,
|
||||||
|
diff=int(diff_arg),
|
||||||
|
ver=ver_arg,
|
||||||
|
user=user,
|
||||||
|
tags=tags,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue