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)