Skip to content

Commit

Permalink
fix: no-play argument for API client (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
hguandl authored Dec 14, 2024
1 parent fd0b73e commit 3147dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def parse_args():
)
parser.add_argument(
"--play",
type=bool,
action=argparse.BooleanOptionalAction,
default=True,
help="Whether to play audio after receiving data",
)
Expand Down

0 comments on commit 3147dd2

Please sign in to comment.