mirror of
https://github.com/dscripka/openWakeWord.git
synced 2026-08-27 18:17:20 -04:00
Fixed argparse issue [skip ci]
This commit is contained in:
parent
4833873913
commit
62818e52fa
1 changed files with 1 additions and 2 deletions
|
|
@ -459,8 +459,7 @@ if __name__ == '__main__':
|
|||
"--training_config",
|
||||
help="The path to the training config file (required)",
|
||||
type=str,
|
||||
required=True,
|
||||
metavar=""
|
||||
required=True
|
||||
)
|
||||
parser.add_argument(
|
||||
"--generate_clips",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue