diff 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
line wrap: on
line diff
--- a/py/recorder.py	Fri Jan 03 11:11:07 2014 -0500
+++ b/py/recorder.py	Fri Jan 03 13:02:29 2014 -0500
@@ -34,9 +34,8 @@
 
 # All the databases have been updated.  Now make the pages.
 
-# Currently the high scores for all the games are on the same page.  If 
-# they split up, this will have to change to a Game method.
-rlgall.highpage()
+# The high page has been replaced with a CGI script.
+#rlgall.highpage()
 
 for name in updatenames:
   rlgall.playerpage(name)