diff --git a/app.py b/app.py index c2bcca52..204ae671 100644 --- a/app.py +++ b/app.py @@ -47,4 +47,4 @@ def acme(token): if __name__ == "__main__": - app.run(debug=True) + app.run(debug=False)