comparison py/recorder.py @ 36:09ef92dc4439

Remove the static high score page. Don't create it, change all links, and redirect any requests.
author John "Elwin" Edwards
date Fri, 03 Jan 2014 13:02:29 -0500
parents 25843238434a
children
comparison
equal deleted inserted replaced
35:6592cdd1fceb 36:09ef92dc4439
32 for game in rlgall.gamelist: 32 for game in rlgall.gamelist:
33 updatenames.update(game.loadnew()) 33 updatenames.update(game.loadnew())
34 34
35 # All the databases have been updated. Now make the pages. 35 # All the databases have been updated. Now make the pages.
36 36
37 # Currently the high scores for all the games are on the same page. If 37 # The high page has been replaced with a CGI script.
38 # they split up, this will have to change to a Game method. 38 #rlgall.highpage()
39 rlgall.highpage()
40 39
41 for name in updatenames: 40 for name in updatenames:
42 rlgall.playerpage(name) 41 rlgall.playerpage(name)
43 42
44 exit() 43 exit()