Skip to content

Commit b3c68ea

Browse files
Reset DEBUG flag
1 parent ff84620 commit b3c68ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/repocfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def __str__(self) -> str:
6060
AppConfig = _AppConfiguration(
6161
{
6262
# this flag should be set to False on normal operation
63-
"DEBUG": True,
63+
"DEBUG": False,
6464

6565
# the application base name for configuration directory determination
6666
"CFGNAME": "Whenever",

0 commit comments

Comments
 (0)