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:
John "Elwin" Edwards 2016-03-20 07:59:22 -04:00
parent 1958ca9a3b
commit fbfb6900ce

View file

@ -31,7 +31,7 @@ else:
if start < 0:
start = 0
deflimit = (12 // len(games)) * 5
deflimit = 10
formlimit = cgidata.getfirst("l")
if not formlimit:
limit = deflimit