From a2abae72f84018b04465eb54a04fc0e46ad9ad75 Mon Sep 17 00:00:00 2001 From: Roosted7 <thomasroos@live.nl> Date: Sat, 31 Mar 2018 23:14:06 +0200 Subject: [PATCH] Fix Flask debugger --- zesje.dev.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zesje.dev.cfg b/zesje.dev.cfg index adc30919a..ba6b50b27 100644 --- a/zesje.dev.cfg +++ b/zesje.dev.cfg @@ -2,4 +2,4 @@ BASIC_AUTH_USERNAME = 'test' BASIC_AUTH_PASSWORD = 'zesje' BASIC_AUTH_FORCE = 'True' DATA_DIRECTORY = 'data-dev' -FLASK_DEBUG = 1 +DEBUG = 1 \ No newline at end of file -- GitLab