Skip to content

Commit 25d667c

Browse files
author
Joel Collins
committed
Use reloader
1 parent 2036157 commit 25d667c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737

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

0 commit comments

Comments
 (0)