Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopocarlini committed Oct 18, 2023
1 parent b68ed6e commit 28c7c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion status.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ def get_ready():
return jsonify({"status": "ok"})


app.run(host='0.0.0.0', debug=True, port=8080)
app.run(host='0.0.0.0', debug=False, port=8080)

0 comments on commit 28c7c2c

Please sign in to comment.