Restore the default size of the high score list.
In an era of megabyte JavaScript libraries, ten lines of text is not too much.
This commit is contained in:
parent
1958ca9a3b
commit
fbfb6900ce
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ else:
|
||||||
if start < 0:
|
if start < 0:
|
||||||
start = 0
|
start = 0
|
||||||
|
|
||||||
deflimit = (12 // len(games)) * 5
|
deflimit = 10
|
||||||
formlimit = cgidata.getfirst("l")
|
formlimit = cgidata.getfirst("l")
|
||||||
if not formlimit:
|
if not formlimit:
|
||||||
limit = deflimit
|
limit = deflimit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue