feat: replace CONFIG with OPTIONS

This commit is contained in:
莘权 马 2023-08-28 19:21:50 +08:00
parent 3a96405a69
commit 3243078b77
3 changed files with 19 additions and 8 deletions

View file

@ -38,3 +38,4 @@ RESEARCH_PATH = DATA_PATH / "research"
MEM_TTL = 24 * 30 * 3600
OPTIONS = contextvars.ContextVar("OPTIONS")
DEFAULT_LANGUAGE = "Engilish"