A dangling "
This commit is contained in:
		
							parent
							
								
									e98981b57e
								
							
						
					
					
						commit
						43bf11b296
					
				| 
						 | 
				
			
			@ -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)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue