Extend cache to one week, regen README

This commit is contained in:
2023-10-09 22:59:38 -05:00
parent 26c76756e7
commit 326dbbe8cf
2 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ def main():
from questions import QuestionDatabase
database = QuestionDatabase(
cache_path=ROOT_DIRECTORY / "questions.json", cache_time=60 * 60 * 24
cache_path=ROOT_DIRECTORY / "questions.json", cache_time=60 * 60 * 24 * 7
)
table = []