turn off debug

This commit is contained in:
2023-01-21 23:50:17 -08:00
parent 2610bf5347
commit d81c9348d3
+1 -1
View File
@@ -7,7 +7,7 @@ import string # for literals
import json # for dictionary
import hunspell # for spell checking
DEBUG = 2
DEBUG = 0
"""
To-do: