Skip to content

Commit

Permalink
Turn ON debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
RaiBnod committed Nov 27, 2024
1 parent 0f2f6c5 commit e52727b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def read_ai_all():


if __name__ == '__main__':
app.run(host='0.0.0.0', port = api_port)
app.run(host='0.0.0.0', port = api_port, debug=True)

#
# # READ ALL DOs
Expand Down

0 comments on commit e52727b

Please sign in to comment.