环境搭建配置

This commit is contained in:
super
2026-03-21 10:00:16 +08:00
parent 32f4705491
commit 7f9a6bd9cb
38 changed files with 885 additions and 611 deletions

View File

@@ -37,7 +37,7 @@ app = create_app()
def run_app(host='127.0.0.1', port=5123):
init_db()
# init_db()
app.run(host=host, port=port, threaded=True, use_reloader=False)