Sort questions, move header/separator rows into template, remove hyperlink from ID column

This commit is contained in:
2023-10-08 20:00:10 -05:00
parent e8aaca3656
commit dfae224f7e
4 changed files with 30 additions and 33 deletions

View File

@@ -79,7 +79,7 @@ class QuestionDatabase(object):
self.questions = [
Question(**question) for question in raw_cache["questions"]
]
logger.info(f"Loaded {len(self.questions)} questions from cache.")
logger.info(f"Loaded {len(self.questions):,} questions from cache.")
else:
logger.info(f"Cache file {cache_path} does not exist.")