mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Fix --fps type conversion to int (#2299)
This commit is contained in:
parent
db421e3981
commit
2ddec95ce5
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ def parse_cli():
|
|||
parser.add_argument(
|
||||
"--fps",
|
||||
help="Frame rate, as an integer",
|
||||
type=int,
|
||||
)
|
||||
parser.add_argument(
|
||||
"-c", "--color",
|
||||
|
|
Loading…
Add table
Reference in a new issue