feat: fix coding

This commit is contained in:
莘权 马 2023-08-28 19:26:21 +08:00
parent 3243078b77
commit 7c4b5b4082

View file

@ -3,7 +3,8 @@
"""
@Time : 2023/5/1 11:59
@Author : alexanderwu
@File : const.py
@File : const.py'
@Modified By: mashenquan, 2023/8/28. Add 'OPTIONS', 'DEFAULT_LANGUAGE'
"""
import contextvars
from pathlib import Path
@ -38,4 +39,4 @@ RESEARCH_PATH = DATA_PATH / "research"
MEM_TTL = 24 * 30 * 3600
OPTIONS = contextvars.ContextVar("OPTIONS")
DEFAULT_LANGUAGE = "Engilish"
DEFAULT_LANGUAGE = "English"