chyron-&-text-updater-commands #37

Merged
alex_orid merged 5 commits from chyron-&-text-updater-commands into v2.0 2021-04-30 18:17:36 +00:00
Showing only changes of commit 1eee312407 - Show all commits

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