From 525dcadb075aa587d7b14dea930f4c2460bbaf12 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 1 Mar 2021 21:29:46 +0100 Subject: [PATCH] Aaaaannnd actually we don't debug by default --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index c0fa63b..11172fc 100644 --- a/run.py +++ b/run.py @@ -1122,7 +1122,7 @@ def main(config="/var/www/yunorunner/config.py"): default_config = { "BASE_URL": "", "PORT": 4242, - "DEBUG": True, + "DEBUG": False, "PATH_TO_ANALYZER": "/please/configure/me", "MONITOR_APPS_LIST": False, "MONITOR_GIT": False,