from local

This commit is contained in:
dohe0342 2023-03-14 17:20:21 +09:00
parent 7d1f963ba7
commit a395467812
2 changed files with 6 additions and 0 deletions

View File

@ -67,6 +67,12 @@ def get_args():
type=str,
default=None,
)
parser.add_argument(
"--speed",
type=str2bool,
default=False,
)
return parser.parse_args()