liqian hace 2 años
padre
commit
4638f4ff85
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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')