mirror of
https://github.com/3b1b/manim.git
synced 2025-08-03 04:04:36 +08:00
Fix --fps type conversion to int (#2299)
This commit is contained in:

committed by
GitHub

parent
db421e3981
commit
2ddec95ce5
@ -174,6 +174,7 @@ def parse_cli():
|
||||
parser.add_argument(
|
||||
"--fps",
|
||||
help="Frame rate, as an integer",
|
||||
type=int,
|
||||
)
|
||||
parser.add_argument(
|
||||
"-c", "--color",
|
||||
|
Reference in New Issue
Block a user