#N/A Require confirmation by default

This commit is contained in:
nvbn
2015-07-19 21:52:46 +03:00
parent 463b4fef2f
commit 0238569b71
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ DEFAULT_PRIORITY = 1000
DEFAULT_SETTINGS = {'rules': DEFAULT_RULES,
'wait_command': 3,
'require_confirmation': False,
'require_confirmation': True,
'no_colors': False,
'debug': False,
'priority': {},