Skip to content

Commit

Permalink
Set reloader to false
Browse files Browse the repository at this point in the history
  • Loading branch information
danyoungday committed Oct 8, 2024
1 parent 8000a25 commit d89b497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion use_cases/eluc/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@
)

if __name__ == '__main__':
app.run_server(host='0.0.0.0', debug=False, port=4057, use_reloader=True, threaded=True)
app.run_server(host='0.0.0.0', debug=False, port=4057, use_reloader=False, threaded=True)

0 comments on commit d89b497

Please sign in to comment.