Skip to content

Commit

Permalink
[fix] Auto reload templates (#630)
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Seabock (Centific Technologies Inc) <[email protected]>
  • Loading branch information
iseabock and Ian Seabock (Centific Technologies Inc) committed Feb 20, 2024
1 parent 31dbce2 commit 06450a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
def create_app():
app = Quart(__name__)
app.register_blueprint(bp)
app.config["TEMPLATES_AUTO_RELOAD"] = True
return app


Expand Down

0 comments on commit 06450a3

Please sign in to comment.