liqian 2 years ago
parent
commit
4638f4ff85
1 changed files with 1 additions and 1 deletions
  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')