Skip to content

Commit

Permalink
Use reloader
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Mar 9, 2020
1 parent 2036157 commit 25d667c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@

# Start the app
if __name__ == "__main__":
app.run(host="0.0.0.0", port="5000", threaded=True, debug=True, use_reloader=False)
app.run(host="0.0.0.0", port="5000", threaded=True, debug=True, use_reloader=True)

0 comments on commit 25d667c

Please sign in to comment.