Update standalone_lights.py

This commit is contained in:
Alex Orid 2021-04-30 02:18:55 -04:00
parent 2c12e40ca2
commit 1eee312407

View File

@ -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):