#435 PMM_WIDTH fix

pull/431/head
meisnate12 3 years ago
parent 6ca4ccea37
commit aae1ae22ac

@ -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 = {}

Loading…
Cancel
Save