Skip to content

Commit

Permalink
🐞 fix: Missing variable handler or app in file "index.py".
Browse files Browse the repository at this point in the history
  • Loading branch information
nichuanfang committed Dec 11, 2023
1 parent 3d8b744 commit 0c07c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ def init(app: Flask, debug: bool = False):
for blueprint in blueprints:
app.register_blueprint(blueprint)
# 项目启动
app.run(debug=debug)
# app.run(debug=debug)

0 comments on commit 0c07c4b

Please sign in to comment.