Commit 143cabe5 authored by ibuler's avatar ibuler

update settings

parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment