auto Approve

approval is needed to alarm
This commit is contained in:
SpudGunMan
2025-10-29 21:12:54 -07:00
parent 4406f2b86f
commit aa43d4acad
3 changed files with 12 additions and 6 deletions
+1
View File
@@ -373,6 +373,7 @@ try:
checklist_enabled = config['checklist'].getboolean('enabled', False)
checklist_db = config['checklist'].get('checklist_db', 'data/checklist.db')
reverse_in_out = config['checklist'].getboolean('reverse_in_out', False)
checklist_auto_approve = config['checklist'].getboolean('auto_approve', True) # default True
# qrz hello
qrz_hello_enabled = config['qrz'].getboolean('enabled', False)