mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-06 15:11:35 +01:00
fix number typo
This commit is contained in:
@@ -141,7 +141,7 @@ def leaderboard():
|
|||||||
|
|
||||||
# fix <100 player start at 0 #
|
# fix <100 player start at 0 #
|
||||||
if maxEntry <= 100:
|
if maxEntry <= 100:
|
||||||
start = max(start, 1)
|
start = max(start, 0)
|
||||||
|
|
||||||
finalResponse = flask.render_template("base.html", playerList=players, \
|
finalResponse = flask.render_template("base.html", playerList=players, \
|
||||||
columNames=columContent, \
|
columNames=columContent, \
|
||||||
|
|||||||
Reference in New Issue
Block a user