From 89a05389e40f4085cdcc98a9cdf9050cbf3a0c37 Mon Sep 17 00:00:00 2001 From: Laurent Date: Wed, 25 Jun 2025 08:22:19 +0200 Subject: [PATCH] Typo. --- scripts/asr-streaming-query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/asr-streaming-query.py b/scripts/asr-streaming-query.py index 4619cbb..0527556 100644 --- a/scripts/asr-streaming-query.py +++ b/scripts/asr-streaming-query.py @@ -115,7 +115,7 @@ if __name__ == "__main__": parser = argparse.ArgumentParser() parser.add_argument("in_file") parser.add_argument("--transcript") - parser.add_argument("--api-key", default="open_key") + parser.add_argument("--api-key", default="open_token") parser.add_argument( "--url", help="The url of the server to which to send the audio",