From be3f4d651994c7d5ff48cb8c0385d630e9a692d1 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Sun, 17 Apr 2022 15:21:26 +0800 Subject: [PATCH] =?UTF-8?q?ignore,=E5=8E=BB=E9=99=A4debug=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + app.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 43c39b1..1d7a633 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .idea *.flv +*.mp4 *.xml *.db *.ini \ No newline at end of file diff --git a/app.py b/app.py index 972492b..0f02eb5 100644 --- a/app.py +++ b/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