summaryrefslogtreecommitdiff
path: root/pagehandler.py
diff options
context:
space:
mode:
authorSean Finney <seanius@debian.org>2008-06-28 15:11:39 +0200
committerSean Finney <seanius@debian.org>2008-06-28 15:11:39 +0200
commit079ca7a046442ce189db1ffd98a6f602f9728413 (patch)
tree0795ec827e817da782082dac11e2a405158865b8 /pagehandler.py
parent74fc254a08433f5d61fcc085ef95099d5dadaac9 (diff)
downloadpatch-tracker-079ca7a046442ce189db1ffd98a6f602f9728413.tar.gz
have a "slightly" more efficient frontpage query
Diffstat (limited to 'pagehandler.py')
-rwxr-xr-xpagehandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pagehandler.py b/pagehandler.py
index 0c444b2..f73837f 100755
--- a/pagehandler.py
+++ b/pagehandler.py
@@ -132,7 +132,7 @@ class JumpCmd:
class FrontPageCmd:
def __init__(self):
self.db = PatchTrackerDB()
- self.index = self.db.findMasterIndex()
+ self.index = self.db.findIndices()
def output(self):
print "Content-Type: text/html\n\n"