#435 PMM_WIDTH fix

This commit is contained in:
meisnate12 2021-11-17 09:20:04 -05:00
parent 6ca4ccea37
commit aae1ae22ac

View file

@ -63,7 +63,7 @@ libraries = get_arg("PMM_LIBRARIES", args.libraries)
resume = get_arg("PMM_RESUME", args.resume)
times = get_arg("PMM_TIME", args.times)
divider = get_arg("PMM_DIVIDER", args.divider)
screen_width = get_arg("PMM_WIDTH", args.width)
screen_width = get_arg("PMM_WIDTH", args.width, arg_int=True)
config_file = get_arg("PMM_CONFIG", args.config)
stats = {}