From 93836ff451467d9e16e36ac373d16313f081a7e5 Mon Sep 17 00:00:00 2001 From: dragon10 <40717349+lonngxiang@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:02:10 +0800 Subject: [PATCH] fixed variable's spell num_trailing_blanks (#623) Signed-off-by: lonngxiang Co-authored-by: lonngxiang --- python-api-examples/keyword-spotter-from-microphone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-api-examples/keyword-spotter-from-microphone.py b/python-api-examples/keyword-spotter-from-microphone.py index 5a0ebafe7..65a59fca6 100755 --- a/python-api-examples/keyword-spotter-from-microphone.py +++ b/python-api-examples/keyword-spotter-from-microphone.py @@ -163,7 +163,7 @@ def main(): keywords_file=args.keywords_file, keywords_score=args.keywords_score, keywords_threshold=args.keywords_threshold, - num_tailing_blanks=args.rnum_tailing_blanks, + num_trailing_blanks=args.num_trailing_blanks, provider=args.provider, )