From 28c7c2cbb19236aaadb9fa2e95006f27faf60d65 Mon Sep 17 00:00:00 2001 From: Jacopo Date: Wed, 18 Oct 2023 09:52:43 +0200 Subject: [PATCH] version --- status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/status.py b/status.py index 9f3b1f3..bdfc2d9 100644 --- a/status.py +++ b/status.py @@ -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)