chiark / gitweb /
Oops, forgot to commit. Lots of faffing arround with graphs, graphs will be added...
[familyTree.git] / cgiFiles / listPeople.py
index d0e689761d7c3e8a17ec4efd9301dde0c807fafe..d6deedc099d0094bd80ce63fe3fea49972fcde67 100755 (executable)
@@ -9,12 +9,13 @@ import askQuestion
 import everyPage
 
 [conn,form]=everyPage.top()
+cgitb.enable()
 
 result = 1
 if result == None:
         everyPage.bad()
 else:   
-        printMe = askQuestion.list_people('<br>')
+       printMe = askQuestion.list_people('<br>')
         if len(printMe)<10:
                 printMe =  'sorry, no data <br>'