Added printtest back in and fixed a couple of SessionsCache bugs

This commit is contained in:
Chaz Littlejohn
2011-03-23 19:27:55 +00:00
parent 3ac088b748
commit 8c4d5d42b4
5 changed files with 45 additions and 18 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ class SummaryImporter:
doinsert = len(summaryTexts)==j
try:
conv = obj(db=self.database, config=self.config, siteName=site, summaryText=summaryText, builtFrom = "IMAP")
sc, gsc = conv.updateSessionsCache(sc, gsc, self.tz, doinsert)
sc, gsc = conv.updateSessionsCache(sc, gsc, None, doinsert)
except FpdbParseError, e:
errors += 1
print _("Finished importing %s/%s tournament summaries") %(j, len(summaryTexts))