Skip to content

Commit

Permalink
update app
Browse files Browse the repository at this point in the history
  • Loading branch information
fifthaccess committed Mar 29, 2022
1 parent 39501bc commit f53ac4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@

app.register_blueprint(index_blueprint)
app.register_blueprint(manager_blueprint)

app.run(debug=True)
if __name__ == "__main__":
app.run(debug=True)

0 comments on commit f53ac4d

Please sign in to comment.