From 1eee312407e269b43c0a2e9daf3e2c46634c3bfd Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Fri, 30 Apr 2021 02:18:55 -0400 Subject: [PATCH] Update standalone_lights.py --- standalone_lights.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone_lights.py b/standalone_lights.py index dc47ab6..2e26541 100644 --- a/standalone_lights.py +++ b/standalone_lights.py @@ -19,7 +19,7 @@ praxis_logger_obj.log("\n -Starting Logs: " + os.path.basename(__file__)) api = flask.Flask(__name__) # enable/disable this to get web pages of crashes returned -api.config["DEBUG"] = True +api.config["DEBUG"] = False class Lights_Module(): def __init__(self):