from local

This commit is contained in:
dohe0342 2022-12-10 15:47:42 +09:00
parent b81fa31872
commit f33ec7cd86
2 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ def add_rep_arguments(parser: argparse.ArgumentParser):
parser.add_argument(
"--additional-block",
type=str2bool,
default=False,
default=True,
)
parser.add_argument(