liqian 2 年之前
父节点
当前提交
4638f4ff85
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -12,7 +12,7 @@ from update_common_words import add_words2mysql
 
 app = Flask(__name__)
 log_ = Log()
-config_ = set_config()
+config_, env = set_config()
 
 
 @app.route('/healthcheck')