Update config.ini to include timeout_notice config option
Defaults to true to maintain current default behavior.
This commit is contained in:
parent
fc14425bd6
commit
e4ecd242f8
1 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,9 @@
|
||||||
# Print that face detection is being attempted
|
# Print that face detection is being attempted
|
||||||
detection_notice = false
|
detection_notice = false
|
||||||
|
|
||||||
|
# Print that face detection has timed out
|
||||||
|
timeout_notice = true
|
||||||
|
|
||||||
# Do not print anything when a face verification succeeds
|
# Do not print anything when a face verification succeeds
|
||||||
no_confirmation = false
|
no_confirmation = false
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue