fix number typo

This commit is contained in:
2019-10-26 17:07:20 +02:00
parent 3706c893d8
commit 5c656f41c9

View File

@@ -141,7 +141,7 @@ def leaderboard():
# fix <100 player start at 0 #
if maxEntry <= 100:
start = max(start, 1)
start = max(start, 0)
finalResponse = flask.render_template("base.html", playerList=players, \
columNames=columContent, \