A dangling "

This commit is contained in:
Fabian Dill 2020-04-25 02:25:46 +02:00
parent e98981b57e
commit 43bf11b296
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ def main():
parser.add_argument('--log_output_path', help='Path to store output log')
parser.add_argument('--loglevel', default='info', help='Sets log level')
parser.add_argument('--yaml_output', default=256, type=lambda value: min(max(int(value), 0), 255),
help='Output rolled mystery results to yaml up to specified number (made for async multiworld)"')
help='Output rolled mystery results to yaml up to specified number (made for async multiworld)')
for player in range(1, multiargs.multi + 1):
parser.add_argument(f'--p{player}', help=argparse.SUPPRESS)