提交 143cabe5 编写于 作者: baltery's avatar baltery

update settings

上级 370cdc27
......@@ -25,7 +25,7 @@ sys.path.append(PROJECT_DIR)
try:
from config import config as env_config, env
CONFIG = env_config.get(env or 'default')()
CONFIG = env_config.get(env, 'default')()
except ImportError:
CONFIG = type('_', (), {'__getattr__': lambda arg1, arg2: None})()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册