You've already forked my-video-workflow
ignore,去除debug模式
This commit is contained in:
1
app.py
1
app.py
@ -10,7 +10,6 @@ from model import db
|
||||
app = Flask(__name__)
|
||||
app.config['JSON_AS_ASCII'] = False
|
||||
# CORS(app, supports_credentials=True)
|
||||
app.debug = True
|
||||
load_config()
|
||||
app.config['SQLALCHEMY_DATABASE_URI'] = "sqlite:///database.db?check_same_thread=False"
|
||||
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = True
|
||||
|
Reference in New Issue
Block a user