From 2382ce56c811844ac99458af565b95b5b425d601 Mon Sep 17 00:00:00 2001 From: oheyek Date: Sun, 4 Jan 2026 15:56:39 +0100 Subject: [PATCH] fix: disable debug mode --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index b42c40c..d1773e3 100644 --- a/app.py +++ b/app.py @@ -84,4 +84,4 @@ def weight(): if __name__ == "__main__": - app.run(debug=True) + app.run(debug=False)