Fix --fps type conversion to int (#2299)

This commit is contained in:
Shinapri De Lucania 2025-03-21 01:52:17 +07:00 committed by GitHub
parent db421e3981
commit 2ddec95ce5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -174,6 +174,7 @@ def parse_cli():
parser.add_argument(
"--fps",
help="Frame rate, as an integer",
type=int,
)
parser.add_argument(
"-c", "--color",