1 parent ff84620 commit b3c68eaCopy full SHA for b3c68ea
1 file changed
lib/repocfg.py
@@ -60,7 +60,7 @@ def __str__(self) -> str:
60
AppConfig = _AppConfiguration(
61
{
62
# this flag should be set to False on normal operation
63
- "DEBUG": True,
+ "DEBUG": False,
64
65
# the application base name for configuration directory determination
66
"CFGNAME": "Whenever",
0 commit comments