From d81c9348d370785ba42a3ae3f21bcf5757797e6e Mon Sep 17 00:00:00 2001 From: Tyler Date: Sat, 21 Jan 2023 23:50:17 -0800 Subject: [PATCH] turn off debug --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 0bc0fb6..d48daf5 100644 --- a/app.py +++ b/app.py @@ -7,7 +7,7 @@ import string # for literals import json # for dictionary import hunspell # for spell checking -DEBUG = 2 +DEBUG = 0 """ To-do: