From e4ecd242f8053dfb7430ae462aa58dc2d5e4c9f8 Mon Sep 17 00:00:00 2001 From: Nick Clark <64603152+nickrbclark@users.noreply.github.com> Date: Wed, 10 Feb 2021 09:12:15 -0500 Subject: [PATCH] Update config.ini to include timeout_notice config option Defaults to true to maintain current default behavior. --- src/config.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config.ini b/src/config.ini index 4b694bf..8f9f33b 100644 --- a/src/config.ini +++ b/src/config.ini @@ -5,6 +5,9 @@ # Print that face detection is being attempted detection_notice = false +# Print that face detection has timed out +timeout_notice = true + # Do not print anything when a face verification succeeds no_confirmation = false