Typo.
This commit is contained in:
parent
b5a106357e
commit
89a05389e4
|
|
@ -115,7 +115,7 @@ if __name__ == "__main__":
|
||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser()
|
||||||
parser.add_argument("in_file")
|
parser.add_argument("in_file")
|
||||||
parser.add_argument("--transcript")
|
parser.add_argument("--transcript")
|
||||||
parser.add_argument("--api-key", default="open_key")
|
parser.add_argument("--api-key", default="open_token")
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--url",
|
"--url",
|
||||||
help="The url of the server to which to send the audio",
|
help="The url of the server to which to send the audio",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user