Skip to content

Commit

Permalink
Exit Flask debug mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihuoran committed Jul 30, 2021
1 parent bda896b commit 1da672e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maro/cli/maro_real_time_vis/back_end/vis_app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,5 +244,5 @@ def get_acc_attrs():
# Use Only For Local Debug
# ************************************
if __name__ == '__main__':
app_backend.run(debug=True, port=5000, host="0.0.0.0")
app_backend.run(debug=False, port=5000, host="0.0.0.0")
# ************************************

0 comments on commit 1da672e

Please sign in to comment.