From a185a031be5f1fdac615416ed1d8451014677ef1 Mon Sep 17 00:00:00 2001 From: Joshua Wise Date: Fri, 16 Oct 2020 01:14:55 -0400 Subject: [PATCH] Don't you wish you had observability? I do. Debugging this would have been easier if I did. --- asr/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asr/__init__.py b/asr/__init__.py index 177edff..52d6c61 100644 --- a/asr/__init__.py +++ b/asr/__init__.py @@ -69,7 +69,7 @@ def recognise(): 'language_code': lang, 'sample_rate_hertz': 16000, 'max_alternatives': 1, - 'enableAutomaticPunctuation': true, + 'enableAutomaticPunctuation': True, # 'metadata': { # 'interaction_type': 'DICTATION', # 'microphone_distance': 'NEARFIELD',