mirror of
https://github.com/Xevion/leetcode.git
synced 2025-12-06 17:15:29 -06:00
Sort questions, move header/separator rows into template, remove hyperlink from ID column
This commit is contained in:
@@ -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.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user